Added documentation about Pypi availability and installation

This commit is contained in:
hakril
2020-07-23 10:19:55 +02:00
parent 2cd9c287aa
commit caa8ef5f32
5 changed files with 40 additions and 19 deletions
+10 -5
View File
@@ -27,17 +27,22 @@ Examples are available on the `github page <https://github.com/hakril/pythonforw
Installation
''''''''''''
Installing from Pypi
^^^^^^^^^^^^^^^^^^^^
PythonForWindows is available on `Pypi <https://pypi.org/project/PythonForWindows/>`_ an this can be installed with::
python -m pip install PythonForWindows
Installing using setup.py
^^^^^^^^^^^^^^^^^^^^^^^^^
You can install PythonForWindows using the ``setup.py`` at the root of the project::
You can also install PythonForWindows by cloning it and using the ``setup.py`` at the root of the project::
python setup.py install
.. warning::
PythonForWindows is not available on Pypi for now and thus cannot be directly installed using ``pip``.
Python3
^^^^^^^