Install¶
Before starting, create a project directory, and then create a virtual environment in it to install the packages.
You can read the FastAPI page on Virtual Environments.
Then activate the virtual environment, and then install Asyncer, for example:
$ pip install asyncer
---> 100%
Successfully installed asyncer anyio