[
https://issues.apache.org/jira/browse/CLIMATE-539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14189070#comment-14189070
]
ASF GitHub Bot commented on CLIMATE-539:
----------------------------------------
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
----
> Get OCW on to PyPI
> ------------------
>
> Key: CLIMATE-539
> URL: https://issues.apache.org/jira/browse/CLIMATE-539
> Project: Apache Open Climate Workbench
> Issue Type: Improvement
> Components: build process
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Fix For: 0.5
>
>
> We could make it much easier for people to get running on the concept of
> consuming OCW as a library by making a PyPI entry.
> I found a nice wee blog post explaining everything we need to do.
> I've never published an entry into PyPI but it doesn't look too hard.
> http://peterdowns.com/posts/first-time-with-pypi.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)