Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions operating_system/WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ There are three main things you need to do:
- Having Anaconda for creating [virtual environments](https://www.youtube.com/watch?v=mIB7IZFCE_k)
- Launching [Jupyter Notebooks](https://jupyter.org/) from Anaconda or an IDE like [PyCharm](https://www.jetbrains.com/edu-products/download/#section=idea)

### Warning
**Do not pip install!**.
Unless you really need to, but then be aware that conflicts may arise.

## Decent terminal --> Installing Git (will be extended in the Lecture on Wednesday)
It can be done by downloading the following [file](https://www.jetbrains.com/edu-products/download/#section=idea). You probably have a 64-bit computer but make sure to [double check](https://www.howtogeek.com/howto/21726/how-do-i-know-if-im-running-32-bit-or-64-bit-windows-answers/)

Expand Down