Skip to content

Commit

Permalink
update installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrcia committed Mar 21, 2022
1 parent eb98608 commit e5a733f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,19 @@ photometry.run()

## Installation

prose runs more safely in its own [virtual environment](https://docs.python.org/3/tutorial/venv.html) and is tested on Python 3.6.

### example on OSX

create your [virtualenv](https://docs.python.org/3/tutorial/venv.html) and activate it
prose is written for python 3 and can be installed from pypi with:

```shell
python3.6 -m venv prose_env
source prose_env/bin/activate.bin
pip install prose
```

Then to locally install prose
To install it through conda, once in your newly created environment, go with:


```shell
git clone https://github.com/lgrcia/prose.git
python3.6 -m pip install -e prose
```
conda install numpy scipy tensorflow netcdf4 numba

# then

Applicable to Linux-based and Windows OS
pip install prose
```
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

rm -r dist
rm -r dist; rm -r build
python setup.py sdist bdist_wheel
tar tzf dist/*.tar.gz
twine upload dist/*
Expand Down

0 comments on commit e5a733f

Please sign in to comment.