Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create python virtual environment #3

Open
Zikoat opened this issue Dec 1, 2020 · 2 comments
Open

Create python virtual environment #3

Zikoat opened this issue Dec 1, 2020 · 2 comments
Assignees

Comments

@Zikoat
Copy link
Owner

Zikoat commented Dec 1, 2020

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.

@Zikoat
Copy link
Owner Author

Zikoat commented Dec 1, 2020

I'm also using this as a reference for creating this into a proper package, and we will see how well it solves dependency management

https://python-packaging-tutorial.readthedocs.io/en/latest/setup_py.html

@2xic
Copy link
Collaborator

2xic commented Dec 1, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants