mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 19:03:01 +02:00
26 lines
694 B
Markdown
26 lines
694 B
Markdown
### Download matrices
|
|
## poli3.npz matrice
|
|
https://wutwaw-my.sharepoint.com/:u:/g/personal/01156786_pw_edu_pl/EZQv_ttJO1lAgiV8HOutZQQBmGGjXm5fhLmkOcvEPHqeDg?e=XygcyO
|
|
## nemeth12.npz matrice
|
|
https://wutwaw-my.sharepoint.com/:u:/g/personal/01156786_pw_edu_pl/EeCGZePTxDdOhV91lJw6viQBhOXtxTlWNoj85lyZCoA26w?e=AcOVcK
|
|
## spd_10000.npz matrice
|
|
https://wutwaw-my.sharepoint.com/:u:/g/personal/01156786_pw_edu_pl/EeCGZePTxDdOhV91lJw6viQBhOXtxTlWNoj85lyZCoA26w?e=AcOVcK
|
|
|
|
Those link will expire on 24-02-2024
|
|
|
|
Put the matrice in code folder
|
|
|
|
### Create environment
|
|
|
|
`pyenv virtualenv porr`
|
|
|
|
### Activate environment
|
|
|
|
`pyenv activate porr`
|
|
|
|
### Install requirements
|
|
|
|
`pip install -r requirements.txt`
|
|
|
|
|