mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:43:08 +02:00
feat: added instruction to download poli3 matrice
This commit is contained in:
parent
dd714aa43e
commit
d1633558c6
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -1,5 +1,6 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"github.vscode-github-actions"
|
||||
"github.vscode-github-actions",
|
||||
"yzhang.markdown-all-in-one"
|
||||
]
|
||||
}
|
||||
@ -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`
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user