Skip to content

Commit

Permalink
Bump version - pip release.
Browse files Browse the repository at this point in the history
  • Loading branch information
peloton committed Jul 17, 2017
1 parent d9702b0 commit 55851b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ customized compilations (see dir/Makefile).

Installation
===============
Fork the repo from the github repository and clone it to your machine.
You can easily install the package using pip

::

pip install s4cmb

Otherwise you can fork the repo from the github repository and clone it to your machine.
Use the setup.py for the installation. Just run:

::
Expand All @@ -51,7 +57,7 @@ Just add in your bashrc:
s4cmbPATH=/path/to/the/package
export PYTHONPATH=$PYTHONPATH:$s4cmbPATH

Coming soon: pip package + dockerfile :-)
Coming soon: dockerfile :-)

Examples
===============
Expand All @@ -62,7 +68,6 @@ TODO
===============

* Add the dockerfile.
* Link to pip.

Main developers
===============
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ def configuration(parent_package='', top_path=None):

setup(
configuration=configuration,
version='0.3.2',
version='0.3.3',
url='https://github.com/JulienPeloton/s4cmb',
download_url='https://github.com/JulienPeloton/s4cmb/archive/0.3.2.tar.gz',
download_url='https://github.com/JulienPeloton/s4cmb/archive/0.3.3.tar.gz',
license='GPL-3.0',
author='Julien Peloton',
author_email='[email protected]',
Expand Down

0 comments on commit 55851b8

Please sign in to comment.