cd your_project
# Download the setup.py file:
# download with wget
wget https://github.com/zhiao777774/AIdel/setup.py -O setup.py
# download with curl
curl -O https://github.com/zhiao777774/AIdel/setup.py
- Tests via $ setup.py test (if it's concise).
Pull requests are encouraged!