Skip to content

Commit b732482

Browse files
committed
Code commenting and cleanup
1 parent cd87bf5 commit b732482

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ conda activate bel1d
1111
```
1212
Install the different libraries in the new environment:
1313
```
14-
conda install python=3.7.7 # For the python version
14+
conda install python=3.7.6 # For the python version
1515
conda install numpy
1616
conda install scipy
1717
conda install scikit-learn
1818
conda install matplotlib
19+
conda install -c anaconda dill
1920
# For multiprocessing:
2021
pip install pathos
2122
# For the sNMR application
@@ -44,6 +45,7 @@ Then run the code in this environment (bel1d for the example above).
4445
# Utilization
4546
All the functions must be in the pyBEL1D folder to run (or you need to import the library, not yet implemented) and respect the folder architecture that is in the repository.
4647

48+
- The file MASW_paper.py containes a highely detailed and commented exemple on how to run BEL1D with IPR and post-process the results.
4749
- The file exampleSNMR.py provides a commented example on how to run the codes for SNMR data.
4850
- The file exampleDC.py provides an example on how to use BEL1D with a dispersion curve originating from real data.
4951

0 commit comments

Comments
 (0)