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

lopper: venv: add requirements.txt and venv usage in README #287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

its-izhar
Copy link
Contributor

Using python3's venv is very powerful and makes doing lopper development and usage easier.

More on it: https://docs.python.org/3/library/venv.html

Update the README to add usage instructions about this and a requirements.txt which makes installing the lopper python dependencies a breeze using pip.

Been using this flow for a while, it'd be a useful addition to lopper mainline so others can also benefit from it.

While at it, fix some minor typos in the README as well.

Using python3's venv is very powerful and makes doing lopper development
and usage easier.

More on it: https://docs.python.org/3/library/venv.html

Update the README to add usage instructions about this and a
requirements.txt which makes installing the lopper python dependencies a
breeze using pip.

Been using this flow for a while, it'd be a useful addition to lopper
mainline so others can also benefit from it.

While at it, fix some minor typos in the README as well.

Signed-off-by: Izhar Ameer Shaikh <[email protected]>
@zeddii
Copy link
Collaborator

zeddii commented Feb 23, 2024

I'm going to sit on this one for a bit. I have another pypi release to do, and I'm hoping to update to some more modern packaging mechanisms than requirements.txt, etc

We already have the Pipfile and Pipfile.lock that are there for a similar purpose.

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