You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using my shared python 3.9 installation to run the code, but it is best to use a virtual environment. @2xic can you create this, because you have the most experience with python? Also add to the readme how i can activate the environment, or maybe have a script that activates it at the same time as all the other dependencies are installed.
The text was updated successfully, but these errors were encountered:
Sure we can have a script that uses virtualenv to run the code and some instruction in the readme for how to set it up.
Yeah, we should maybe also have some code style checkers to make things extra nice. PEP8 is the official python code styling, but if you have some other style you want us to use then comment below. Example of a PEP8 code style checker
I am currently using my shared python 3.9 installation to run the code, but it is best to use a virtual environment.
@2xic can you create this, because you have the most experience with python? Also add to the readme how i can activate the environment, or maybe have a script that activates it at the same time as all the other dependencies are installed.
The text was updated successfully, but these errors were encountered: