Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WandrilleD committed Jun 19, 2022
2 parents f6fadd2 + 0951dc7 commit 2b9f5d0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ The course will combine lectures on statistics, short tutorials and practical ex
## Technical prerequisites

Software to be installed PRIOR to the course:
* latest python3 distribution, preferably bundled using [conda](https://docs.continuum.io/anaconda/install/)
* jupyter (https://jupyter.org/install)

* latest python3 distribution, preferably bundled using [conda](https://docs.continuum.io/anaconda/install/)
* jupyter (https://jupyter.org/install)

Python libraries (we recommend the usage of conda for the installation):
* [scipy](https://www.scipy.org/install.html) (NB: if you installed conda, then this library is already installed)
* [statsmodels](https://www.statsmodels.org/stable/install.html) library
* [pandas](https://pandas.pydata.org/docs/getting_started/index.html)
* [seaborn](https://seaborn.pydata.org/installing.html)
* [scikit-learn](https://scikit-learn.org/stable/install.html)

* [scipy](https://www.scipy.org/install.html) (NB: if you installed conda, then this library is already installed)
* [statsmodels](https://www.statsmodels.org/stable/install.html) library
* [pandas](https://pandas.pydata.org/docs/getting_started/index.html)
* [seaborn](https://seaborn.pydata.org/installing.html)
* [scikit-learn](https://scikit-learn.org/stable/install.html)


## Course organization
Expand Down

0 comments on commit 2b9f5d0

Please sign in to comment.