Skip to content

ScrambledBits/python-classes

Repository files navigation

To run this in a debian / ubuntu environment

# First we need to install Python3 and the 'pip' package manager
sudo apt update
sudo apt install python3 python3-pip

# Then we install the virtualenv package using pip
pip3 install --upgrade --user virtualenv

# From the directory where you cloned this create a new virtualenv and activate it.
virtualenv .env
source .env/bin/activate

# Install the Jupyter package
pip install jupyter

# Open the directory in VSCode
code .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published