============
Installation
============
This documentation assumes you are familiar with `pip `_ and how to use it on your operating system.
Additionally consider using virtual environments, be it with `venv `_, `virtualenvwrapper `_, `pipx `_, `poetry `_ or whatever else you'd like to use.
----
PyPI
----
You can find the Project on `PyPI `_ under ``_
It can simply be installed:
________
unittest
________
If you want to use it with `unittest `_
simply type
.. code-block:: bash
pip install maiilpit-api-client
______
pytest
______
If you want to install it with `pytest `_, type
.. code-block:: bash
pip install mailpit-api-client[pytest]
This will have pytest as additional dependency.
------
GitHub
------
You can install it from `GitHub `_ directly as well
________
unittest
________
.. code-block:: bash
pip install https://github.com/Corvan/mailpit-api-client.git
______
pytest
______
.. code-block:: bash
pip install https://github.com/Corvan/mailpit-api-client.git[pytest]
______________________
Cloning git repository
______________________
Or if you want to clone the repository
.. code-block:: bash
git clone https://github.com/Corvan/mailpit-api-client.git