feat: added instruction to download poli3 matrice

This commit is contained in:
Krzysztof Rudnicki 2024-11-28 18:26:04 +01:00
parent dd714aa43e
commit d1633558c6
2 changed files with 15 additions and 8 deletions

View File

@ -1,5 +1,6 @@
{ {
"recommendations": [ "recommendations": [
"github.vscode-github-actions" "github.vscode-github-actions",
"yzhang.markdown-all-in-one"
] ]
} }

View File

@ -1,15 +1,21 @@
Download poli3.npz matrice ### Download poli3.npz matrice
Create environment https://wutwaw-my.sharepoint.com/:u:/g/personal/01156786_pw_edu_pl/EZQv_ttJO1lAgiV8HOutZQQBmGGjXm5fhLmkOcvEPHqeDg?e=XygcyO
pyenv virtualenv porr This link will expire on 24-02-2024
Activate environment Put the matrice in code folder
pyenv activate porr ### Create environment
install requirements `pyenv virtualenv porr`
pip install -r requirements.txt ### Activate environment
`pyenv activate porr`
### Install requirements
`pip install -r requirements.txt`