mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:43:08 +02:00
feat: added usage instruction to readme, numba to requirements and generated report with fixed info about mpi
This commit is contained in:
parent
d1a3deab53
commit
28de076911
23
README.md
Normal file
23
README.md
Normal file
@ -0,0 +1,23 @@
|
||||
cd code
|
||||
|
||||
pyenv init
|
||||
|
||||
COPY AND PASTE PYENV CONFIGURATION TO YOUR SHELL CONFIG
|
||||
|
||||
source ~/.zshrc (or your shell)
|
||||
|
||||
pyenv install 3.11
|
||||
|
||||
pyenv global 3.11
|
||||
|
||||
Ensure that python DID change its version
|
||||
|
||||
python --version
|
||||
|
||||
python -m venv ./venv
|
||||
|
||||
source ./venv/bin/activate
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
python main.py
|
||||
@ -1,3 +1,4 @@
|
||||
scipy
|
||||
pytest
|
||||
dask
|
||||
dask
|
||||
numba
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user