Installation

Doorstop requires Python v3.5+ and Git or other version control system.

Once Python is installed on your platform, install Doorstop using pip.

pip install doorstop

or add it to your Poetry project:

$ poetry add doorstop

After installation, Doorstop is available on the command-line:

$ doorstop --help

And the package is available under the name 'doorstop':

$ python
>>> import doorstop
>>> doorstop.__version__