summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5ac7560..1a19b4b 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,13 @@
PyVyOS is a Python library for interacting with VyOS devices via their API. This documentation provides a guide on how to use PyVyOS to manage your VyOS devices programmatically.
+You can find the complete PyVyOS documentation on [Read the Docs](https://pyvyos.readthedocs.io/en/latest/).
+
## Installation
You can install PyVyOS using pip:
-```
-bash
+```bash
pip install pyvyos
```