Skip to content

Commit

Permalink
📝 Add notes about Python2 and pip install (#412)
Browse files Browse the repository at this point in the history
* Delete hairball.png

* Delete output_7_0.png

* Update README.md
  • Loading branch information
kozo2 authored Jul 11, 2019
1 parent babb5b8 commit 429a64c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,20 @@ Try online
----------

You can try this package online with Google Colaboratory.
Please refer to the https://github.com/ecell/ecell4_docs
Please refer to https://github.com/ecell/ecell4_docs

Quick start
-----------

Please refer to https://github.com/ecell/ecell4#quick-start

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)
Expand All @@ -57,10 +66,10 @@ conda config --add channels conda-forge
conda install -c ecell ecell4_base
```

### Google Colab and Linux environment where you can NOT use conda
### Linux environment where you can NOT use conda

```
pip install ecell4_base
python3 -m pip install ecell4_base
```

### If you want to compile ecell4_base by yourself
Expand Down
Binary file removed misc/hairball.png
Binary file not shown.
Binary file removed misc/output_7_0.png
Binary file not shown.

0 comments on commit 429a64c

Please sign in to comment.