- Installation
- Usage
- Inspiration
- What it does
- How we built it
- Challenges we ran into
- Accomplishments that we're proud of
- What's next for PysaProject
Please refer to our CONTRIBUTING.md file.
python setup.py bdist_wheel pip install -e . python3 from PysaCoolCli import starter starter()
Our package is publicly available on PyPi.
To install using pip
, run the command:
$ pip install
###TODO