Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize docs for FreeBSD installation #993

Merged
merged 2 commits into from
Jun 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ You can install napalm with pip:
That will install all the drivers currently available.


OS Package Managers
-------------------

Some execution environments offer napalm through a system-level package manager. Installing with pip outside of a user profile or virtualenv/venv is inadvisable in these cases.

FreeBSD
~~~~~~~

.. code-block:: bash

pkg install net-mgmt/py-napalm

This will install napalm and all drivers and dependencies for the default version(s) of python. To install for a specific version, python X.Y, if supported:

.. code-block:: bash

pkg install pyXY-napalm


Dependencies
------------

Expand Down
8 changes: 0 additions & 8 deletions docs/installation/ios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,3 @@ RedHat and CentOS
.. code-block:: bash

sudo yum install -y python-pip gcc openssl openssl-devel libffi-devel python-devel


FreeBSD
-------

.. code-block:: bash

sudo pkg_add -r py27-pip
8 changes: 0 additions & 8 deletions docs/installation/iosxr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,3 @@ RedHat and CentOS
.. code-block:: bash

sudo yum install -y python-pip gcc openssl openssl-devel libffi-devel python-devel


FreeBSD
-------

.. code-block:: bash

sudo pkg_add -r py27-pip
7 changes: 0 additions & 7 deletions docs/installation/junos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,3 @@ RedHat and CentOS
.. code-block:: bash

sudo yum install -y python-pip python-devel libxml2-devel libxslt-devel gcc openssl openssl-devel libffi-devel

FreeBSD
-------

.. code-block:: bash

sudo pkg_add -r py27-pip libxml2 libxslt