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
No related branches found
No related tags found
No related merge requests found
...@@ -32,9 +32,9 @@ and activate the virtual environment ...@@ -32,9 +32,9 @@ and activate the virtual environment
```bash ```bash
% source env/bin/activate % source env/bin/activate
``` ```
Then install the necessary packages Then install the necessary packages by
```bash ```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 Now, start [Jupyter Lab](https://jupyterlab.readthedocs.io/) or [Jupyter Notebook](https://jupyter-notebook.readthedocs.io/) if you prefer by
```bash ```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