Updated New card with Python3 and REST API (markdown)

Lauri Ojansivu 2020-04-17 00:30:21 +03:00
parent 58c2a8bfbe
commit 9a736a9bfe

@ -17,7 +17,7 @@ python3 newcard.py
```
Debian/Ubuntu
```
sudo apt-get install python3 python3-pip python3-pycurl
sudo apt-get -y install python3 python3-pip python3-pycurl
sudo pip3 install pip --upgrade
sudo pip3 install certifi json
chmod +x newcard.py