-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Axel Polin edited this page Nov 6, 2019
·
3 revisions
This wiki is for the moment for linux or macOS users with bash installed.
- Install npm and node or download at https://nodejs.org/en/
- If you download (for linux users) modify the
PATH
with the node directory - Run
npm install
in RamachandranServer/Server/ - Run
./RunServer.sh
- Enjoy ;)
If you have trouble to execute the python script in node firstly check your python version ! The script support any version in 3.x at this time (tested with python 3.5 and python 3.6)
- If your python version is not equal to
3.5
( or if python is not installed ) so continue. - Remove the venv directory in
RamachandranServer/Server/Scripts/ramachandran
- Change directory to
RamachandranServer/Server/Scripts
- Install python then run
python -m venv ramachandran
- In bash run
source ramachandran/bin/activate
- Now you are in your virtual environment
- Execute
pip install biopython requests
, if you haven't pip installed so runpython RamachandranServer/Server/Scripts/get-pip.py
before. - If pip ask for a an upgrade accept it
- So it's ok your venv is configured with the last python 3 version !
If you have a question, or if you found a bug please open an issue !