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

Suggestion: Use venv and pip for installing library dependencies #28

Open
ghost opened this issue Feb 14, 2020 · 1 comment
Open

Suggestion: Use venv and pip for installing library dependencies #28

ghost opened this issue Feb 14, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 14, 2020

For running python projects, I think it will be a better idea to use a python virtual env and use pip -r requirements.txt to install python packages so that the users don't have to install on their laptops unnecessarily.

  1. python3 -m venv venv
  2. source venv/bin/activate
  3. Create a requirements.txt file and add all your dependencies in it.
@anuragkumar95
Copy link
Contributor

This would be addressed in later version when we wud use containers for each microservice.

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

No branches or pull requests

1 participant