Skip to content

Commit

Permalink
Modernize docs for FreeBSD installation (napalm-automation#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
neirbowj authored and bharath-ravindranath committed Jul 1, 2019
1 parent 0d9ed4f commit d6313b5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 23 deletions.
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

0 comments on commit d6313b5

Please sign in to comment.