aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-12-04 11:08:16 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-12-04 11:08:16 -0500
commitf6eb0f96fec2a124333381c6a80ccd4f27290a7d (patch)
tree1dc20385009169baac43a31212d9dfd5ed2b6dde /README.md
parent3767b4566c124f0b7ac15352b0614d8ef94f23d1 (diff)
downloadwheeblast-master.tar.gz
Semi-initial commitHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e40eea8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# wheeblast
+
+## Requirements
+
+- Docker
+
+## Using
+
+1. Edit `etc/config.sh`
+2. Run `start.sh`
+3. Drink coffee
+
+Wheels are placed in the `wheelhouse` and source distribution archives end up in `disthouse`. Both directories are automatically created for you.
+
+In order to upload packages you will need to install `twine` and configure `~/.pypirc` (or local configuration file) to point to an index of your choice.
+
+## Encouragement
+
+This is a proof of concept. Use at your own risk.
+
+Good luck.