Skip to content

Commit 1c53fe8

Browse files
committed
Update README.md
use pip to install requirements
1 parent b01d3c9 commit 1c53fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Develop
151151

152152
```
153153
> "venv/Scripts/activate"
154-
> python setup.py install
154+
> pip install -r requirements.txt
155155
> cd workspace_tools
156156
> ... do things ...
157157
> "venv/Scripts/deactivate"

0 commit comments

Comments
 (0)