Skip to content

Commit 6ac2317

Browse files
committed
Update README
1 parent 5be2b6c commit 6ac2317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Alternatively, a virtual environment (`.venv`) can be initialised with:
5353

5454
```bash
5555
$ python -m venv .venv
56-
$ .venv/Scripts/activate
56+
$ source .venv/Scripts/activate
5757
$ pip install -e .
5858
```
5959

60-
And the environment can be exported with the usual `pip freeze requirements.txt`.
60+
The environment can be exported with the usual `pip freeze > requirements.txt` and recreated with `pip install -r requirements.txt`.
6161

6262
### Development environment
6363

0 commit comments

Comments
 (0)