We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e88a56 commit 864f906Copy full SHA for 864f906
README.md
@@ -25,11 +25,11 @@ To get started and run the example, simply:
25
26
git clone https://github.com/steveherschleb/sdk_python.git
27
cd sdk_python
28
- python -c 'import alchemyapi;alchemyapi.setkey("{API_KEY}");'
+ python alchemyapi YOUR_API_KEY
29
python example.py
30
31
32
-Just replace {API_KEY} with your key, and you should be good to go.
+Just replace YOUR_API_KEY with your 40 character API key from AlchemyAPI, and you should be good to go.
33
34
35
0 commit comments