+ +
+

Installing ProgPy#

+
+

The latest stable release of ProgPy is hosted on PyPi. For most users, this version will be adequate. To install via the command line, use the following command:

+
$ pip install progpy
+
+
+

If you will be using the datadriven tools (e.g., LSTM model), install the datadriven dependencies as well using the following command:

+
$ pip install progpy[datadriven]
+
+
+
+
+ + +