Skip to content

Instantly share code, notes, and snippets.

View declankeyesbevan's full-sized avatar
🤓
Coding

Declan Keyes-Bevan declankeyesbevan

🤓
Coding
View GitHub Profile
@declankeyesbevan
declankeyesbevan / upload_pypi_dist.sh
Created November 6, 2018 07:37
Create and upload a Python distribution to PyPi
#!/usr/bin/env bash
pip install virtualenv
virtualenv -p python3 env
. env/bin/activate
pip install --upgrade pip
pip install twine
rm dist/*
python setup.py sdist
twine upload --repository pypi dist/*
@declankeyesbevan
declankeyesbevan / README.md
Created November 5, 2018 00:31
Template to keep my projects using the same README format

Project Title

About

Startup focus bandwidth equity social proof metrics first mover advantage. Funding entrepreneur technology. Ecosystem crowdsource sales release seed round buzz bootstrapping interaction design business model canvas.

Sub About

cool command bro

Requires