-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lopper: venv: add requirements.txt and venv usage in README
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]>
- Loading branch information
Showing
2 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
anytree | ||
humanfriendly | ||
packaging | ||
pcpp | ||
PyYAML | ||
ruamel.yaml | ||
ruamel.yaml.clib | ||
six |