-
Notifications
You must be signed in to change notification settings - Fork 114
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
Patch 2 #32
base: master
Are you sure you want to change the base?
Patch 2 #32
Conversation
make it easier to install the requirements for the project.
should have requirement updated with each release, easier enviroment version control.
Update README.md
should make it easier to install required files as long as it is kept up to date. |
pydot==1.2.4 | ||
pyparsing==2.2.0 | ||
pysmi==0.3.1 | ||
pysnmp==4.4.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pinning requirements to releases is problematic as it may lead to installation issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think # Install dependencies with pip -r requirements.txt
should be # Install dependencies with pip install -r requirements.txt
@@ -293,6 +293,8 @@ Create a new one with | |||
#### Q3 - I need a diagram with less proprietary information. Can I get one without IPs or serial numbers? | |||
You can change the text inside each node by editing the config option `diagram\node_text`. Below is an example that would produce a minimal information diagram: | |||
|
|||
# Install dependencies with pip -r requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Install dependencies with pip -r requirements.txt | |
# Install dependencies with pip install -r requirements.txt |
No description provided.