# 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 .
-
Notifications
You must be signed in to change notification settings - Fork 0
ScrambledBits/python-classes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published