Replaces missing occurrences of pisa_cli for wt_cli

This commit is contained in:
Sergi Delgado Segura
2020-02-12 10:40:16 +01:00
parent c3246a3652
commit e6187fc657
5 changed files with 17 additions and 17 deletions

View File

@@ -1,10 +1,10 @@
# Dependencies
`pisa-cli` has both system-wide and Python dependencies. This document walks you trough how to satisfy them.
`wt_cli` has both system-wide and Python dependencies. This document walks you trough how to satisfy them.
## System-wide dependencies
`pisa-cli` has the following system-wide dependencies:
`wt_cli` has the following system-wide dependencies:
- `python3`
- `pip3`
@@ -27,7 +27,7 @@ It is also likely that, if `python3` is installed in our system, the `python` al
python3 --version
If `python3` is installed but the `python` alias is not set to it, we should either set it, or use `python3` to run `pisa-cli`.
If `python3` is installed but the `python` alias is not set to it, we should either set it, or use `python3` to run `wt_cli`.
Regarding `pip`, we can check what version is installed in our system (if any) by running:
@@ -74,7 +74,7 @@ and for `pip3`:
## Python dependencies
`pisa-cli` has the following dependencies (which can be satisfied by using `pip install -r requirements.txt`):
`wt_cli` has the following dependencies (which can be satisfied by using `pip install -r requirements.txt`):
- `cryptography`
- `requests`