Async module. Lesson 1. A demo of a starship flying in shining space
The project exists on Github and for usage could be installed using pip command:
~ $ python3 -m pip install --user git+https://github.com/Unshock/devman_async_lesson1.git
Run of the starship package is carried out by the command below:
~ $ starship
The package also could be run with Docker using command below:
~ $ docker run -it unshock/devmanasynclesson1
- Poetry - Python packaging and dependency management made easy