Installing Pynautobot ===================== Installation of pynautobot can be done using either: * :ref:`pip ` * :ref:`poetry ` Pip Install ----------- .. code-block:: sh $ pip install pynautobot ... Poetry Install -------------- .. code-block:: sh $ git clone https://github.com/nautobot/pynautobot.git ... $ cd pynautobot $ pip install poetry ... $ poetry shell Virtual environment already activated: /home/user/pynautobot/.venv $ poetry install ...