diff --git a/README.md b/README.md index f10dd6d36..eb59b7348 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/misc/hairball.png b/misc/hairball.png deleted file mode 100644 index 2b5640165..000000000 Binary files a/misc/hairball.png and /dev/null differ diff --git a/misc/output_7_0.png b/misc/output_7_0.png deleted file mode 100644 index 40af939e2..000000000 Binary files a/misc/output_7_0.png and /dev/null differ