Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Feb 22, 2017
1 parent 433efa1 commit 59d0c2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ Vyatta VyOS
###### Experimental
A10
Alcatel-Lucent SR-OS
Ciena SAOS
Cisco Telepresence
Enterasys
Extreme
F5 LTM
Fortinet
Ciena SAOS

<br>
## Tutorials:
Expand Down
10 changes: 5 additions & 5 deletions release_process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ python setup.py sdist

# Create a blank virtualenv to test
cd ~/VENV
virtualenv -p /usr/bin/python2.7 --no-site-packages netmiko_0_3_0_packaging
virtualenv -p /usr/bin/python2.7 --no-site-packages netmiko_packaging
deactivate
source ~/VENV/netmiko_0_3_0_packaging/bin/activate
source ~/VENV/netmiko_packaging/bin/activate

# Test install
cd ~/netmiko
Expand All @@ -36,10 +36,10 @@ twine upload dist/netmiko-0.3.0.tar.gz

# Test clean install from pypi
cd ~/VENV
rm -r netmiko_0_3_0_packaging
virtualenv -p /usr/bin/python2.7 --no-site-packages netmiko_0_3_0_packaging
rm -r netmiko_packaging
virtualenv -p /usr/bin/python2.7 --no-site-packages netmiko_packaging
deactivate
source ~/VENV/netmiko_0_3_0_packaging/bin/activate
source ~/VENV/netmiko_packaging/bin/activate

pip install netmiko

Expand Down

0 comments on commit 59d0c2d

Please sign in to comment.