Adds missing requirement and update pip command

This commit is contained in:
Sergi Delgado Segura
2019-07-11 10:32:32 +02:00
parent 9588951182
commit 297d94bfb5
2 changed files with 4 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ And, if it happens to be installed, change the alias to `pip3`, or use `pip3` in
and for `pip3`:
sudo apt-get install python3-pip
pip install --upgrade pip==9.0.3
#### OSX
@@ -75,4 +76,5 @@ and for `pip3`:
`pisa-cli` has the following dependencies (which can be satisfied by using `pip install -r requirements.txt`):
- `cryptography`
- `cryptography`
- `requests`

View File

@@ -1 +1,2 @@
cryptography
requests