Skip to content
Snippets Groups Projects
Commit f59e63bc authored by Danilo Ferreira de Lima's avatar Danilo Ferreira de Lima
Browse files

Update instructions.

parent 8431f9da
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ source env/bin/activate ...@@ -24,6 +24,7 @@ source env/bin/activate
pip install --force-reinstall --index-url https://pypi.anaconda.org/intel/simple --no-dependencies numpy scipy==1.7.3 pip install --force-reinstall --index-url https://pypi.anaconda.org/intel/simple --no-dependencies numpy scipy==1.7.3
pip install numpy scipy==1.7.3 pip install numpy scipy==1.7.3
pip install torch --index-url https://download.pytorch.org/whl/cpu pip install torch --index-url https://download.pytorch.org/whl/cpu
pip install joblib
# install dependencies for the analysis in the notebook # install dependencies for the analysis in the notebook
pip install matplotlib lmfit seaborn extra_data pip install matplotlib lmfit seaborn extra_data
...@@ -49,6 +50,7 @@ pip install --force-reinstall --index-url https://pypi.anaconda.org/intel/simple ...@@ -49,6 +50,7 @@ pip install --force-reinstall --index-url https://pypi.anaconda.org/intel/simple
pip install numpy scipy==1.7.3 pip install numpy scipy==1.7.3
# install PyTorch # install PyTorch
pip install torch --index-url https://download.pytorch.org/whl/cpu pip install torch --index-url https://download.pytorch.org/whl/cpu
pip install joblib
``` ```
## Usage ## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment