We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22d3d3 commit e3330dbCopy full SHA for e3330db
1 file changed
README.md
@@ -19,13 +19,15 @@ cd pcpostprocess
19
Create and activate a virtual environment.
20
21
```sh
22
-python3 -m venv .venv && source .venv/bin/activate
+python3 -m venv .venv
23
+source .venv/bin/activate
24
```
25
26
Then install the package with `pip`.
27
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]'
31
32
33
To run the tests you must first download some test data.
0 commit comments