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