Skip to content

Commit

Permalink
doc: fix the current version and the typed-ast explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie committed Mar 14, 2022
1 parent 36c007d commit 2fabb9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Spectree:
Avec `venv` (vous pouvez aussi utiliser `virtualenv` si vous préférez, voire `virtualenvwrapper`):

```shell
python3.9.7 -m venv ./venv
python3.9.10 -m venv ./venv
source venv/bin/activate
pip install -e .
pip install -r requirements.txt
Expand Down Expand Up @@ -223,7 +223,7 @@ Autre [piste](https://stackoverflow.com/questions/9678408/cant-install-psycopg2-

### Installation de typed-ast

Vérifier que la version de Python est bien la 3.9.7
L'installation de typed-ast ne passe plus à partir de la version 3.9.8 de Python.

### Tests qui échouent

Expand Down

0 comments on commit 2fabb9d

Please sign in to comment.