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

Patch 2 #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Patch 2 #32

wants to merge 3 commits into from

Conversation

miqueet
Copy link
Contributor

@miqueet miqueet commented Jul 24, 2018

No description provided.

miqueet added 3 commits July 24, 2018 15:54
make it easier to install the requirements for the project.
should have requirement updated with each release, easier enviroment version control.
@miqueet
Copy link
Contributor Author

miqueet commented Jul 24, 2018

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
Copy link
Contributor

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.

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Install dependencies with pip -r requirements.txt
# Install dependencies with pip install -r requirements.txt

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.

3 participants