From d1633558c6541ebfd05de88dc33e28f84c7360fb Mon Sep 17 00:00:00 2001 From: Krzysztof Rudnicki Date: Thu, 28 Nov 2024 18:26:04 +0100 Subject: [PATCH] feat: added instruction to download poli3 matrice --- .vscode/extensions.json | 3 ++- code/README.md | 20 +++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 884c6435..b27bc847 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,5 +1,6 @@ { "recommendations": [ - "github.vscode-github-actions" + "github.vscode-github-actions", + "yzhang.markdown-all-in-one" ] } \ No newline at end of file diff --git a/code/README.md b/code/README.md index 83ce20bc..977275a3 100644 --- a/code/README.md +++ b/code/README.md @@ -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`