Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
046dd1d2
Commit
046dd1d2
authored
Aug 04, 2014
by
Renfred Harper
Browse files
Make install instructions easier to read
parent
17c30f54
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
046dd1d2
...
@@ -29,12 +29,14 @@ Open a terminal window and type in the following commands. (If you're on Windows
...
@@ -29,12 +29,14 @@ Open a terminal window and type in the following commands. (If you're on Windows
(set up pip and virtualenv)
(set up pip and virtualenv)
``bash``
```
bash
``git clone git@git.gmu.edu:srct/srctweb.git``
bash
``cd srctweb/``
git clone git@git.gmu.edu:srct/srctweb.git
``pip install -r requirements.txt``
cd
srctweb/
``cd srctweb/``
pip
install
-r
requirements.txt
``python srctweb.py``
cd
srctweb/
python srctweb.py
```
To-do
To-do
---
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment