diff options
author | ankitjavalkar | 2015-09-11 12:35:09 +0530 |
---|---|---|
committer | ankitjavalkar | 2015-09-14 12:00:53 +0530 |
commit | 32cde26f9807a29eb1fae0833e353212d43d7802 (patch) | |
tree | 52423f2c68ee22d4375eef86a3950d169410fe55 /README.md | |
parent | ae10d36297797ffc53275eabe3acfa0cb4bf3b11 (diff) | |
download | online_test-32cde26f9807a29eb1fae0833e353212d43d7802.tar.gz online_test-32cde26f9807a29eb1fae0833e353212d43d7802.tar.bz2 online_test-32cde26f9807a29eb1fae0833e353212d43d7802.zip |
Change app name to 'yaksh'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -28,9 +28,9 @@ Quick Start #### Installation -1. Install the yaksh_app +1. Install the yaksh - pip install yaksh_app + pip install yaksh 1. In the terminal run @@ -104,7 +104,7 @@ To deploy this app follow the steps below: 1. First run the python server provided. This ensures that the code is executed in a safe environment. Do this like so: - $ sudo python testapp/yaksh_app/code_server.py + $ sudo python testapp/yaksh/code_server.py Put this in the background once it has started since this will not return back the prompt. It is important that the server be running @@ -177,7 +177,7 @@ To install this app follow the steps below: 1. First run the python server provided. This ensures that the code is executed in a safe environment. Do this like so: - $ sudo python testapp/yaksh_app/code_server.py + $ sudo python testapp/yaksh/code_server.py Put this in the background once it has started since this will not return back the prompt. It is important that the server be running |