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

[Enhancement] added Dockerfile, docker-compose.yaml and the README.md #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ShahriyarR
Copy link

In the third section of the Youtube video course -> Install and Setup you have used the virtualenv and also changing or upgrading the Python version globally in Linux environments is a dangerous action as the Python version must not be upgraded or touched manually, instead it should be as part of the system upgrade.
I think the best is to use Docker here and use the latest version of Python without interfering with the system.
This PR basically consists of Dockerfile, docker-compose.yaml, and the README.md file which should ideally explain the usage of docker-compose.

@hansenf
Copy link

hansenf commented Aug 2, 2022

please notice this and update the main repo sir :D @bitfumes

In the third section of the Youtube video course -> Install and Setup you have used the virtualenv and also changing or upgrading the Python version globally in Linux environments is a dangerous action as the Python version must not be upgraded or touched manually, instead it should be as part of the system upgrade. I think the best is to use Docker here and use the latest version of Python without interfering with the system. This PR basically consists of Dockerfile, docker-compose.yaml, and the README.md file which should ideally explain the usage of docker-compose.

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

Successfully merging this pull request may close these issues.

2 participants