Update README.md

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

View File

@ -27,7 +27,8 @@ To collect data your own data, use the [data collection repo](https://github.com
First create a virtual environment to install python packages.
```python3 -m venv venv-name
```bash
python3 -m venv venv-name
source /path/to/venv/venv-name/bin/activate
pip intsall --upgrade pip
```