Skip to content

Latest commit

 

History

History

README.md

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