Fix' README.md for future new installs
This commit is contained in:
@ -9,27 +9,27 @@ A Cooperative Medical System
|
||||
* vim >= 8.0
|
||||
* python3 >= 3.5.1
|
||||
* pip3 >= 9.0.1
|
||||
* tkinter >= 8.6
|
||||
* openssl >= 1.1.0e-1
|
||||
* passlib >= 1.7.0-1
|
||||
* colorama >= 0.3.7
|
||||
|
||||
→ `# aptitude install git vim python3.5 python3.5-dev python3-pip openssl`
|
||||
→ `# aptitude install git vim python3.5 python3.5-dev python3-pip python3-tk openssl`
|
||||
|
||||
### Optional
|
||||
|
||||
* gcc >= 4.9.2
|
||||
* tkinter >= 8.6
|
||||
* simple-crypt >= 4.1.7
|
||||
* libvncserver >= 0.9.11
|
||||
* libsdl >= 1.2, < 2.0
|
||||
|
||||
→ `# aptitude install gcc python3-tk libvncserver-dev libsdl-dev`
|
||||
→ `# aptitude install gcc libvncserver-dev libsdl-dev`
|
||||
|
||||
## How can I retrieve and run this project ?
|
||||
|
||||
`$ git clone https://github.com/HorlogeSkynet/ACMS.git`
|
||||
`$ cd ACMS/`
|
||||
`# pip3.5 install -r requirements.txt`
|
||||
`# pip3 install -r requirements.txt`
|
||||
`$ chmod +x *.sh`
|
||||
`$ ./setUpWorkingEnvironment.sh`
|
||||
`$ ./runACMS.sh`
|
||||
|
Reference in New Issue
Block a user