mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 22:03:10 +02:00
12 lines
140 B
Markdown
12 lines
140 B
Markdown
Create environment
|
|
|
|
pyenv virtualenv porr
|
|
|
|
Activate environment
|
|
|
|
pyenv activate porr
|
|
|
|
install requirements
|
|
|
|
pip install -r requirements.txt
|