/spirals

Primary LanguagePython

Getting started

spiral

create python virtual environment named venv

python3 -m venv './venv'

activate virtual environment with source './venv/bin/activate'

update pip

pip install --upgrade pip setuptools wheel

install library pystdlib

pip install git+ssh://git@github.com/ibqn/pystdlib.git

test that the library was installed correctly by executing the following command

python -c 'import pystdlib; print("ok")'

to deactivate venv run deactivate

Git

create new repository by running git init and check its status with git status