Skip to content

Commit 9ae8646

Browse files
committed
add pip installation command in readme
1 parent 16cd39b commit 9ae8646

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ conda create -n geektime python=3.10
1212
conda activate geektime
1313
conda env update --file conda-env.yml
1414
```
15+
16+
17+
Or you could use pip as well
18+
```
19+
pip install -r requirements.txt
20+
```

0 commit comments

Comments
 (0)