You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
370 B
21 lines
370 B
Quickstart
|
|
==========
|
|
|
|
installation
|
|
------------
|
|
|
|
.. grid:: 1 2 2 2
|
|
:gutter: 4
|
|
|
|
.. grid-item-card:: pip
|
|
:columns: 12 12 6 6
|
|
|
|
grogupy can be installed via pip from `Test PyPI <https://test.pypi.org>`_.
|
|
|
|
++++
|
|
|
|
.. code-block:: bash
|
|
|
|
python3 -m pip install --index-url https://test.pypi.org/simple/ grogupy
|
|
|
|
Coming soon... |