From 23d8bd02a098037bd04ccd31332a93ca69930bf2 Mon Sep 17 00:00:00 2001 From: wvxvw Date: Sun, 10 Mar 2019 15:22:12 +0200 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9fb654a..81b0d95 100644 --- a/README.md +++ b/README.md @@ -11,24 +11,30 @@ Chances are high that if you do not have a strong background in computers you ar Download Anaconda from https://www.anaconda.com/ 1. Start the Anaconda shell -2. In Anaconda shell activate the program's environment by typing: +2. The first time you run it, you will need to create `conda` environment: + ``` sh + conda create -n image-marker + ``` + For more information on Anaconda environments see: + https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/20/conda/ +3. In Anaconda shell activate the program's environment by typing: conda activate image-marker -3. Previous action should have changed the prompt from saying "(base)" +4. Previous action should have changed the prompt from saying "(base)" to "(image-marker)". Now, to switch current directory to D drive, type: d: -4. Now type: +5. Now type: cd myprograms to switch to "myprograms directory" on D drive. -5. Now you should be able to deploy the program or start the server. To deploy the program type: +6. Now you should be able to deploy the program or start the server. To deploy the program type: python setup.py install -6. To run the program (start the server).Type: +7. To run the program (start the server).Type: python bin\imarker -6. Once the server starts, it will print to the terminal the host and +8. Once the server starts, it will print to the terminal the host and address it is listening on. By default, it is "localhost:8080". Navigate your browser to that address to see the program's interface. -7. From your browser on localhost 8080 the program will appear- and has internal instructions on the interface. +9. From your browser on localhost 8080 the program will appear- and has internal instructions on the interface. - 8. If this does not work out for you please email me at doctormakeda@gmail.com ; you can also send complaints, suggestions and so on, please include what kind of system you are running (Windows? Mac? and the browser you opened the program in)... +10. If this does not work out for you please email me at doctormakeda@gmail.com ; you can also send complaints, suggestions and so on, please include what kind of system you are running (Windows? Mac? and the browser you opened the program in)...