Skip to content

Commit

Permalink
Clarify in the docs that NAPALM 3 is Python 3.6+ only (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceaulinic authored May 19, 2020
1 parent 1076311 commit 1d9ff61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![PyPI](https://img.shields.io/pypi/v/napalm.svg)](https://pypi.python.org/pypi/napalm)
[![PyPI versions](https://img.shields.io/pypi/pyversions/napalm.svg)](https://pypi.python.org/pypi/napalm)
[![Build Status](https://travis-ci.org/napalm-automation/napalm.svg?branch=master)](https://travis-ci.org/napalm-automation/napalm)
[![Coverage Status](https://coveralls.io/repos/github/napalm-automation/napalm/badge.svg)](https://coveralls.io/github/napalm-automation/napalm)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
Expand Down Expand Up @@ -31,6 +32,9 @@ Install
pip install napalm
```

*Note*: Beginning with release 3.0.0 and later, NAPALM offers support for
Python 3.6+ only.


Upgrading
=========
Expand Down
10 changes: 7 additions & 3 deletions docs/installation/index.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
Installation
============


Full installation
-----------------

You can install napalm with pip:

.. code-block:: bash
pip install napalm
That will install all the drivers currently available.
That will install all the core drivers currently available.

.. note::

Beginning with release 3.0.0 and later, NAPALM offers support for Python
3.6+ only.


OS Package Managers
Expand Down

0 comments on commit 1d9ff61

Please sign in to comment.