Skip to content

Commit

Permalink
Note Python 3.11 dependency in README (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
barborico authored Sep 11, 2024
1 parent eef4bef commit 17a8fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CLIENT_ORIGIN_URL=http://localhost:3000
REACT_APP_API_SERVER_URL=http://localhost:6060
```

Next, run the following commands to set up your python virtual environment. Access can be run with Python 3.10 and above:
Next, run the following commands to set up your python virtual environment. Access can be run with Python 3.11 and above:

```
python3 -m venv venv
Expand Down

0 comments on commit 17a8fc9

Please sign in to comment.