Skip to content
Snippets Groups Projects
Commit 65745778 authored by Erik Frisk's avatar Erik Frisk
Browse files

Added a requirements.txt file and modified README.md

parent 8d00808c
Branches
No related tags found
No related merge requests found
......@@ -32,9 +32,9 @@ and activate the virtual environment
```bash
% source env/bin/activate
```
Then install the necessary packages
Then install the necessary packages by
```bash
(env) % pip install numpy matplotlib scipy sklearn jupyterlab
(env) % pip install -r requirements.txt
```
Now, start [Jupyter Lab](https://jupyterlab.readthedocs.io/) or [Jupyter Notebook](https://jupyter-notebook.readthedocs.io/) if you prefer by
```bash
......
numpy
matplotlib
scipy
sklearn
jupyterlab
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment