We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f2bb6 commit 9764efbCopy full SHA for 9764efb
1 file changed
README.md
@@ -24,8 +24,17 @@ Screenshots
24
Downloading
25
---------------
26
27
-You can download it from PyPI here
28
- [PyPI-Magic Embed](https://pypi.python.org/pypi/magicembed/0.2)
+You can download it from [PyPI](https://pypi.python.org/pypi/magicembed/)
+
29
+Embedly API key
30
+------------------
31
32
+If you want to use [Embedly](http://embed.ly/) please create a new
33
+account and [generate the key](https://app.embed.ly/signup)
34
35
+When you have the API key, add this in your settings.py:
36
37
+ EMBEDLY_KEY='YourAwesomeAPIKey'
38
39
How to install it?
40
-------------------
0 commit comments