Skip to content

Commit

Permalink
🔖 Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 committed Jan 2, 2020
1 parent 82251e7 commit 257ca76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
33 changes: 1 addition & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,35 +68,4 @@ viz.plot_trajectory(obs, interactive=False)
Installation
------------

E-Cell4 does not support Python2.

E-Cell4 does not support `pip install` on Windows and Mac.

### Windows

Install Miniconda with Python 3.7 for **64-bit** (from https://docs.conda.io/en/latest/miniconda.html)
and run this command on **Anaconda Prompt**.

```
conda install -c ecell ecell4
```

### Mac, Linux
Install Miniconda with Python 3.7 for **64-bit** (from https://docs.conda.io/en/latest/miniconda.html)
and run these commands on your Terminal app.

```
conda config --add channels conda-forge
conda install -c ecell ecell4
```

### Linux environment where you can NOT use conda

```
python3 -m pip install ecell4
```

Tutorials, Examples, and API (Static Site)
------------------------------------------

https://ecell4.readthedocs.io/en/latest/
Please refer to https://github.com/ecell/ecell4_base#installation
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@

setup(
name='ecell4',
version='1.1.0',
version='1.1.1',
packages=['ecell4', 'ecell4.util', 'ecell4.extra', 'ecell4.datasource', 'ecell4.mca'],
package_data = {"ecell4.util": [
"templates/init_ipynb.js", "templates/init_cyjs.js", "templates/template.html",
"templates/*.tmpl", "templates/ecelllogo/*.png"]},
url='https://github.com/ecell/ecell4',
license='the GNU General Public License v2',
license='the GNU General Public License v3',
author='Kazunari Kaizu',
author_email='[email protected]',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
install_requires=['ecell4-base', 'matplotlib']
)

0 comments on commit 257ca76

Please sign in to comment.