Update README.md
This commit is contained in:
parent
33f92b7429
commit
26673d3f31
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -65,3 +65,19 @@ Yarib Nevarez, David Rotermund, Klaus R. Pawelzik, Alberto Garcia-Ortiz
|
||||||
https://doi.org/10.1109/access.2021.3085216
|
https://doi.org/10.1109/access.2021.3085216
|
||||||
|
|
||||||
|
|
||||||
|
# Tested installation (under Fedora 37)
|
||||||
|
|
||||||
|
mkdir PySource
|
||||||
|
cd PySource
|
||||||
|
wget https://www.python.org/ftp/python/3.11.2/Python-3.11.2.tgz
|
||||||
|
tar -xvzf Python-3.11.2.tgz
|
||||||
|
cd Python-3.11.2
|
||||||
|
./configure --prefix=/home/[YOURUSERNAME]/P3.11 --enable-optimizations
|
||||||
|
make -j 10
|
||||||
|
make install
|
||||||
|
|
||||||
|
cd /home/[YOURUSERNAME]/P3.11/bin
|
||||||
|
./pip3 install --upgrade pip
|
||||||
|
./pip3 install numpy scipy pandas flake8 pep8-naming black matplotlib seaborn ipython jupyterlab mypy dataclasses-json dataconf mat73 ipympl torch torchtext pywavelets scikit-image opencv-python scikit-learn tensorflow_datasets tensorboard tqdm argh sympy jsmin pybind11 pybind11-stubgen pigar asciichartpy torchvision torchaudio tensorflow natsort
|
||||||
|
|
||||||
|
Please adapt the .env file in the network directory before compling the PyBind11 SbS modules.
|
||||||
|
|
Loading…
Reference in a new issue