Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-gllt authored Jul 27, 2022
1 parent d5642ca commit 2f02117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ On your device you can check your OneOS version with the command "show version"
- :white_check_mark: cli()

# Installation
You can install the driver using pip:
```
pip install napalm-oneaccess-oneos
```
Expand All @@ -45,7 +46,7 @@ You can use this driver like this:
from napalm import get_network_driver

oneos_driver = get_network_driver("oneaccess_oneos")
device = oneos_driver("192.168.2.1", "admin", "password",)
device = oneos_driver("192.168.2.1", "admin", "password")
device.open()
print(device.get_facts())
```
Expand Down

0 comments on commit 2f02117

Please sign in to comment.