You can also install dependent Python packages locally without depending on the :ref:`PyPi Server`.
Simply clone the Git repository of the dependent Python package and use one of the following commands **while the project's Python venv is active**:
.. code-block::bash
# Install Python package for the use in a project.
make-C{localGitrepository}install
# Develop on a Python package while in use in a project (i.e. library development).
make-C{localGitrepository}develop
.. hint::
In case you're not in our private networks, installing PyPi packages might fail because our :ref:`PyPi Server` is not available publicly. In this case, you can often overwrite the ``PYPI_INDEX`` like this: