Skip to content

Files

Latest commit

081d002 · Dec 16, 2022

History

History

python

Interview Questions -> Python

Setup

Currently using python 3.10 set up with venv managed by PyCharm.

# tested in git bash on windows
python -m venv venv
. venv/Scripts/activate
pip install poetry
poetry install