mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-03 23:15:37 +00:00
added one line for the venv documentation
This commit is contained in:
parent
27d33f015f
commit
a0739a18e8
11
README.md
11
README.md
@ -126,17 +126,6 @@ Make sure you have Python 3.10 or 3.11 installed.
|
||||
2. (optional) Create a Python virtual environment:
|
||||
You can follow the official Python documentation for virtual environments [here](https://docs.python.org/3/tutorial/venv.html).
|
||||
|
||||
On Mac OS or Linux
|
||||
```commandline
|
||||
python -m venv venv
|
||||
. venv/bin/activate
|
||||
```
|
||||
On Windows
|
||||
```commandline
|
||||
python -m venv venv
|
||||
venv/Scripts/activate
|
||||
```
|
||||
|
||||
3. Change to the `application/` subdir and install dependencies for the backend:
|
||||
```commandline
|
||||
pip install -r application/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user