We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d6517 commit e55ddecCopy full SHA for e55ddec
docs/user/requirements.rst
@@ -49,6 +49,7 @@ The packages needed can be installed via ``pip`` by running the following lines
49
pip install pytz
50
pip install timezonefinder
51
pip install simplekml
52
+ pip install jsonpickle
53
54
Installing Required Packages Using ``conda``
55
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
setup.py
@@ -16,6 +16,7 @@
16
"pytz",
17
"timezonefinder",
18
"simplekml",
19
+ "jsonpickle",
20
],
21
maintainer="RocketPy Developers",
22
author="Giovani Hidalgo Ceotto",
0 commit comments