Skip to content

Commit

Permalink
Update installation_and_configuration_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DjangoCRM authored Sep 4, 2024
1 parent 10e8c63 commit 684527e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/installation_and_configuration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,11 @@ The project will be cloned into the 'django-crm' folder.

It is recommended to first create a virtual environment:
```cmd
python3 -m venv ./myvenv
python3 -m venv myvenv
```
and activate it:
```cmd
cd ./myvenv/bin
source activate
cd ../../django-crm
source /myvenv/bin/activate
```
then install the project requirements:
```cmd
Expand Down

0 comments on commit 684527e

Please sign in to comment.