Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 477 Bytes

Installation.rst

File metadata and controls

23 lines (13 loc) · 477 Bytes

Installation

AutoRegistry requires Python >=3.8 and can be installed from pypi via:

python -m pip install autoregistry

To install directly from github, you can run:

python -m pip install git+https://github.com/BrianPugh/autoregistry.git

For development, its recommended to use Poetry:

git clone https://github.com/BrianPugh/autoregistry.git
cd autoregistry
poetry install