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

Updating install doc with alternative step for installation #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
```

2) From [NAPALM NOKIA REPO](https://github.com/napalm-automation-community/napalm-sros) clone the repository on your local computer
```
```
git clone https://github.com/napalm-automation-community/napalm-sros
```

Expand All @@ -73,6 +73,14 @@
device.close()
```

Alternatively you can use the following step 2 for installing as a dependency in your python environment with a requirements.txt

2) Include the following in your requirements.txt file.
```
git+https://github.com/napalm-automation-community/napalm-sros.git@master#egg=napalm-sros
```
***Note*** Instead of installing the master branch you can also install a specific commit as well. Further details can be found in [pip documentation](https://pip.pypa.io/en/stable/topics/vcs-support/#git).


We welcome suggestions and contributions. Please contact the Nokia owners of this repository for how to contribute.