Skip to content

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

#### 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