Update README.md

This commit is contained in:
Bakhtiar Meraj 2021-04-02 18:28:44 +02:00 committed by GitHub
parent ede2921dfb
commit c152c709fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ First create a virtual environment to install python packages.
```bash ```bash
python3 -m venv venv-name python3 -m venv venv-name
source /path/to/venv/venv-name/bin/activate source /path/to/venv/venv-name/bin/activate
pip intsall --upgrade pip pip install --upgrade pip
``` ```
### Source Install ### Source Install