Skip to content

Install the package

application_settings is available for pypi and can hence be installed with pip or poetry. The package is not available on conda.

If you don't want to wait for a release and prefer to try the develop version, then you can install from our repo.

# From pypi with pip:
py -m pip install -U application_settings

# From pypi with poetry:
poetry add application_settings

# From the repo with pip:
py -m pip install git+https://github.com/StockwatchDev/application_settings#develop

# From the repo with poetry:
poetry add git+https://github.com/StockwatchDev/application_settings#develop
# From pypi:
python -m pip install -U application_settings

# From pypi with poetry:
poetry add application_settings

# From the repo with pip:
python -m pip install git+https://github.com/StockwatchDev/application_settings#develop

# From the repo with poetry:
poetry add git+https://github.com/StockwatchDev/application_settings#develop

We have direct dependencies on the following packages: