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

Add virtual environment for python libraries, update dependency installation command to include requests library #274

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

Conversation

asiffarhankhan
Copy link

@asiffarhankhan asiffarhankhan commented Oct 2, 2024

One of the things I had noticed while working on the hosting a flask server was that sometimes there could be a conflict due to the existing dependencies installed in the system, for this reason I have introduced a closed virtual environment which will help avoid any such conflicts.

Secondly the dependencies also required requests library to be installed which was not instructed on the readme file

Please let me know if you'd like two separate pull request in case you are only looking to merge only one of the two changes I have made.

@OvidijusParsiunas I have made a typo in my last PR so I decided to make fresh one, This is my first ever open source contribution Sorry if I am missing out on any unspoken rule of open source contribution

Thanks you!
love the work

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.

1 participant