Initialising a copied project
Opened this issue · 0 comments
Gr1m3y commented
I should add a script to initialise a copied project. As is, the python environment is included in the .gitignore, since moving the folder would break the environment anyway. The script could just run the python3 -m venv env
command in the directory.