dependencies

parent 040b3026
...@@ -4,8 +4,10 @@ ...@@ -4,8 +4,10 @@
sudo apt update sudo apt update
sudo apt upgrade sudo apt upgrade
sudo apt install python3-full python3-pip sudo apt install python3-full python3-pip
```
```sh
python3 -m venv ~/venv python3 -m venv ~/venv
source venv/bin/activate
``` ```
```sh ```sh
pip3 install jupyterlab pip3 install jupyterlab
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment