Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hcji committed Sep 27, 2021
1 parent 532952b commit 4095ca6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ unzip to any folder and execute ProSAP. You may also need install extra dependen
sudo apt-get install libxcb-xinerama0

For MacOS, you should install [R](https://cran.r-project.org/) first, Then, download the zip file,
unzip to any folder and execute ProSAP. You may also need install extra dependency of numpy:

pip install mkl

Since we do not pay Apple for certification, you might have to allow software from unknown developers:
unzip to any folder and execute ProSAP. Since we do not pay Apple for certification,
you might have to allow software from unknown developers:

sudo spctl --master-disable

Expand All @@ -60,7 +57,9 @@ Advanced users can compile the source codes. Required dependencies:
* [Anaconda for python (python version >= 3.6)](https://www.anaconda.com/)
* [R (>= 4.0)](https://www.r-project.org/)
* [PyQt5](https://pypi.org/project/PyQt5/)
* [RPy2](https://pypi.org/project/rpy2/)
* [RPy2](https://pypi.org/project/rpy2/)
* [pyinstaller](https://www.pyinstaller.org/)
* [mkl](https://pypi.org/project/mkl/) **(for MacOS only)**

Then, clone the repository and enter:

Expand Down

0 comments on commit 4095ca6

Please sign in to comment.