Skip to content

Commit

Permalink
Update documentation: M1 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenjing Ma committed Jun 27, 2023
1 parent 5d0ac9d commit 2a5fdd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ The above is a workflow figure illustrating how Cellcano works. Cellcano is base
```shell
pip install Cellcano
```
The installation will take seconds to finish and the software dependencies have been taken care by pip.
The installation will take seconds to finish and the software dependencies have been taken care of by pip. We have tested our package on Windows, MacOS, and Linux. Thanks to our user Nathan, who has helped us find an installation problem on Mac M1. The current solution is to remove all the pinned dependencies in `setup.py` as suggested on the Github [issue](https://github.com/marvinquiet/Cellcano/issues/6) and [pull request](https://github.com/marvinquiet/Cellcano/pull/7).

<!-- Alternatively, one can use [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands) to install Cellcano and to manage the environment. When conda is installed, the following command can be used to directly install all required environments, including R, Python and Cellcano. Note that the manual installation of ArchR is still needed. ```conda install -y -c marvinquiet cellcano-all=1.0.2``` -->
<!-- Alternatively, one can use [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands) to install Cellcano and to manage the environment. When conda is installed, the following command can be used to directly install all required environments, including R, Python, and Cellcano. Note that the manual installation of ArchR is still needed. ```conda install -y -c marvinquiet cellcano-all=1.0.2``` -->

**Step 4**: If you have successfully installed Cellcano, you can try the following command:

Expand Down

0 comments on commit 2a5fdd4

Please sign in to comment.