Skip to content

Commit

Permalink
discontinue py2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Rosenthal committed Oct 25, 2019
1 parent 751e697 commit 541b398
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ Installation

pip install https://github.com/RSGInc/bca4abm/zipball/master

.. note::

Support for Python 2 has been discontinued by most major Python packages, including
many of bca4abm's dependencies. For the most up-to-date and stable version of bca4abm,
using python 3.5+ is recommended, although older versions may still work with some package
version fiddling.

A stable/tested Python 2.7 version of bca4abm can be installed with the following command,
however this branch will not benefit from any bug fixes or improvements moving forward.

::

pip install https://github.com/RSGInc/bca4abm/zipball/py2


Running the Model
-----------------
Expand Down

0 comments on commit 541b398

Please sign in to comment.