Skip to content

Commit

Permalink
Merge branch 'main' of github.com:flowersteam/vivarium
Browse files Browse the repository at this point in the history
  • Loading branch information
corentinlger committed Jan 7, 2025
2 parents d72c1be + 0b9f48f commit 694c62e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions notebooks/sessions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ This directory contains educational sessions that enable you controlling a simul

You will need a set of software tools installed on your computer, which are listed below. **If you are unsure about how to install or use them, first ask a professor or another student, we will help you.**
- A Python distribution
- On MacOS and Windows, the recommended one is [Anaconda](https://www.anaconda.com/)
- On Linux it is usually pre-installed
- On MacOS, the recommended one is [Anaconda](https://www.anaconda.com/)
- On Windows, we recommend to use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install), which provide a Linux environment on that platform.
- A virtual environment
- Either `venv` or `conda`
- Either `venv` or `conda` (we recommend `venv`, which usually comes pre-installed with Python)
- [pip](https://pypi.org/project/pip/)
- [git](https://git-scm.com/)
- [Jupyter](https://jupyter.org/)
Expand Down

0 comments on commit 694c62e

Please sign in to comment.