Skip to content

Installation

The package can be install from pypi.

It is currently pre-release so you will need the --pre flag.

$ pip install --pre bareASGI-rest

An ASGI server will be required to run the code. The examples below use uvicorn.

$ pip install uvicorn