Skip to content

Commit

Permalink
Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brews committed Jan 26, 2018
1 parent 8fc448c commit 0709a86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ Installation

To install **baysparpy** with pip, run::

$ pip install baysparpy

If you'd rather use Anaconda/miniconda, run::

$ conda install baysparpy -c sbmalev
$ pip install git+git://github.com/brews/baysparpy.git@stable

Unfortunately, **baysparpy** is not compatible with Python 2.

Expand Down
12 changes: 1 addition & 11 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,10 @@ pip

To install **baysparpy** with pip, run::

$ pip install baysparpy
$ pip install git+git://github.com/brews/baysparpy.git@stable

and follow the on-screen prompts.

conda
~~~~~

If you'd rather use Anaconda/miniconda, run::

$ conda install baysparpy -c sbmalev

and follow prompts.


Testing
-------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

packages=find_packages(exclude=['docs']),

install_requires=['numpy', 'scipy', 'matplotlib', 'attrs', 'tqdm'],
install_requires=['numpy', 'scipy', 'matplotlib', 'attrs', 'tqdm', 'cartopy'],
tests_require=['pytest'],
package_data={'bayspar': ['modelparams/Output_SpatAg_subT/*.mat',
'modelparams/Output_SpatAg_SST/*.mat',
Expand Down

0 comments on commit 0709a86

Please sign in to comment.