Installation¶
pip install aiosfstream
Install extras¶
aiosfstream defines several groups of optional requirements:
testsfor running unit testsdocsfor building the documentationdevfor creating a complete development enviroment
Any combination of these options can be specified during installation.
pip install aiosfstream[tests,docs,dev]