summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index edc4d33..ed19e16 100644
--- a/README.md
+++ b/README.md
@@ -33,11 +33,11 @@ Quick Start
1. Install the yaksh
- For latest stable release
- pip install yaksh
+ $ pip install yaksh
- For the development version
- pip install git+https://github.com/FOSSEE/online_test.git
+ $ pip install git+https://github.com/FOSSEE/online_test.git
1. In the terminal run
@@ -56,11 +56,11 @@ Quick Start
1. Run:
- yaksh run_demo
+ $ yaksh run_demo
1. In a new terminal run:
- sudo yaksh run_code_server
+ $ sudo yaksh run_code_server
1. Open your browser and open the URL ```http://localhost:8000/exam```
@@ -69,6 +69,9 @@ Quick Start
- Student - Username: student | Password: student
- Teacher - Username: teacher | Password: teacher
+1. User can also login to the Default Django admin using;
+ - Admin - Username: admin | Password: admin
+
Inspiration
===========