소스 검색

Update README.md

Add Windows installation details, and update documentation address
BentleyJOakes 7 년 전
부모
커밋
d548f91b5b
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -10,7 +10,9 @@ To install AToMPM, follow these steps:
     * Or visit http://python.org/download/
 * Download and install python-igraph
     * Use the pip package manager (comes with Python)
-    * `pip install python-igraph`
+        * `pip install python-igraph`
+    * For Windows, you may need to install the compiled igraph core
+        * `http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph`
 * Download and install node.js
     * Use a package manager on Linux
     * Or visit https://nodejs.org/en/download/
@@ -24,7 +26,6 @@ To install AToMPM, follow these steps:
 To run AToMPM on Windows, execute the `run.bat` script inside of the main AToMPM folder.
 
 ### Mac or Linux
-
 * Execute commands in different terminals
     1. Execute `node httpwsd.js` in the main AToMPM folder
     2. Execute `python2 mt\main.py` in the main AToMPM folder
@@ -37,7 +38,7 @@ To run AToMPM on Windows, execute the `run.bat` script inside of the main AToMPM
 
 
 ## Documentation
-Documentation can be found here: https://msdl.uantwerpen.be/documentation/AToMPM/index.html
+Documentation can be found here: https://atompm.readthedocs.io
 
 ## Testing
 To run tests on AToMPM, run `npm test'