debOliveira / MoCapRasp

Motion capture arena using only Raspberry Pi and open source libraries
GNU Affero General Public License v3.0
27 stars 4 forks source link

[FEATURE] Easier setup in new machines #13

Closed loolirer closed 1 year ago

loolirer commented 1 year ago

As it is right now, it's tiresome installing all the packages and modules necessary to setup python correctly to start using the code on new machines.

Maybe a preset Virtual Enviroment would be a good start to solve this!

loolirer commented 1 year ago

After some research, i found that including a venv in the source control might not be a good idea. The requirements.txt file already is sufficient for easy venv setup in new machines using vscode.