diff options
author | prathamesh | 2015-03-27 12:13:19 +0530 |
---|---|---|
committer | prathamesh | 2015-03-27 12:13:19 +0530 |
commit | 1fe37566ab72b2d7e53d36c36948e50086e7059a (patch) | |
tree | bd6ba0157778d86a35cd3a07d585577b382e76e3 | |
parent | 89f4db581db2b8260fad4dec3e77ac9b8a93d4a9 (diff) | |
download | online_test-1fe37566ab72b2d7e53d36c36948e50086e7059a.tar.gz online_test-1fe37566ab72b2d7e53d36c36948e50086e7059a.tar.bz2 online_test-1fe37566ab72b2d7e53d36c36948e50086e7059a.zip |
Added note about virtual python environment in the README
-rw-r--r-- | testapp/README.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/testapp/README.rst b/testapp/README.rst index 72b666c..e6f8380 100644 --- a/testapp/README.rst +++ b/testapp/README.rst @@ -40,6 +40,9 @@ Quick start 7. Run code_server command as superuser as follows:: - $ code_server + $ sudo code_server - Note: You must have a sudo access to run the above command. + Note: If you are using virtual python environment, then activate the environment + using sudo. Then simply run the code_server command as follows:: + + $ code_server |