Skip to content

Commit e3330db

Browse files
authored
Update README.md
1 parent e22d3d3 commit e3330db

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ cd pcpostprocess
1919
Create and activate a virtual environment.
2020

2121
```sh
22-
python3 -m venv .venv && source .venv/bin/activate
22+
python3 -m venv .venv
23+
source .venv/bin/activate
2324
```
2425

2526
Then install the package with `pip`.
2627

2728
```sh
28-
python3 -m pip install --upgrade pip && python3 -m pip install -e .'[test]'
29+
python3 -m pip install --upgrade pip
30+
python3 -m pip install -e .'[test]'
2931
```
3032

3133
To run the tests you must first download some test data.

0 commit comments

Comments
 (0)