Skip to content
Snippets Groups Projects
Commit 9266c27b authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

add $ signs in the README backend instructions

parent bf7ac340
Branches
No related tags found
1 merge request!4add volume in docker-compose and update README.md
......@@ -5,9 +5,9 @@
You can start a virtual environment with the following instructions.
```sh
cd backend
python3.9 -m venv env
source env/bin/activate
$ cd backend
$ python3.9 -m venv env
$ source env/bin/activate
```
Then you need to install the dependencies by executing `pip install -r requirements.txt`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment