GitHub user lewismc opened a pull request:
https://github.com/apache/climate/pull/122
CLIMATE-539 Get OCW on to PyPI
Hi Folks,
Pretty trivial update as an attempt to get us on to PyPI.
A couple of things here
* I registered the 'ocw' package on testpypi
[here](https://testpypi.python.org/pypi/ocw/0.5), the markdown is a disgrace so
we need to work towards a solution for that as it is not displaying nicely on
this mock up at all!!!
* We should probably consider adding to the README to include directions
for how to install ocw via pip or easy_install e.g.
```
Installation
============
What follows are the installation instructions for Apache Open Climate
Workbench.
Quick Instructions
------------------
As a user with administrative privileges, run either::
pip ocw
or::
easy_install ocw
depending on what's available on your system. You're done!
Full Instructions
-----------------
... blah blah blah usual README.md
```
wdyt folks?
Hopefully this will make it much easier for people to build applications on
top of the OCW toolkit.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lewismc/climate CLIMATE-539
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/122.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #122
----
commit 8334a839625cf07ef3201b25b1820e5e0bfebfec
Author: Lewis John McGibbney <[email protected]>
Date: 2014-10-29T21:45:15Z
CLIMATE-539 Get OCW on to PyPI
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---