File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This is the open source repository for the free interactive tutorial websites:
19
19
20
20
Please feel free to contribute your tutorials or exercises by sending a pull request and adding yourself on the list.
21
21
22
- To run locally, execute:
22
+ To run locally in a Docker container , execute:
23
23
24
24
make build
25
25
make run
@@ -33,15 +33,15 @@ requires that you specify the domain you are working on, e.g.:
33
33
34
34
The docker needs to be rebuilt upon any change in the Python code or the Markdown code.
35
35
36
- To run the development server outside of a Docker, create a Python 2 virtualenv and install the requirements.
36
+ To run the development server outside of a Docker, create a Python 3 virtualenv and install the requirements.
37
37
38
38
# create the virtualenv
39
39
mkvirtualenv interactive-tutorials
40
40
41
41
# install requirements
42
42
pip install -r requirements.txt
43
43
44
- # run the development server
44
+ # run the development server. Replace learnpython.org with the domain you are working on e.g. learn-golang.org
45
45
python main.py -d learnpython.org
46
46
47
47
You can’t perform that action at this time.
0 commit comments