Skip to content

Commit 864f906

Browse files
author
Steve Herschleb
committed
Update the README with new instructions
1 parent 3e88a56 commit 864f906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ To get started and run the example, simply:
2525

2626
git clone https://github.com/steveherschleb/sdk_python.git
2727
cd sdk_python
28-
python -c 'import alchemyapi;alchemyapi.setkey("{API_KEY}");'
28+
python alchemyapi YOUR_API_KEY
2929
python example.py
3030

3131

32-
Just replace {API_KEY} with your key, and you should be good to go.
32+
Just replace YOUR_API_KEY with your 40 character API key from AlchemyAPI, and you should be good to go.
3333

3434

3535

0 commit comments

Comments
 (0)