Installation

NetOpsAuto suppoorts Python 3.85+. The recommended way of installing the module is via pip:

pip install netopsauto

You can also clone the git repository and run the setup.py in a new virtual environment. Create new virtual environment within the netopsauto repository:

python -m venv env

Activate the virtual environment:

./env/Scripts/Activate.ps1

To install the package by running the setup.py script:

pip install ./

Note

If you encounter any errors installing, update the pip version by running python -m pip install --upgrade pip and try again.

Installing Through GitHub

You can also directly clone a copy of the repository using git, like so:

pip install --upgrade git+https://github.com/dmtx97/netopsauto