Skip to content

Commit 4e47f06

Browse files
shrn01ronreiter
authored andcommitted
Improved README.md
Changed python 2 to python 3. Added some info to make the readme more clear
1 parent 2f65421 commit 4e47f06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is the open source repository for the free interactive tutorial websites:
1919

2020
Please feel free to contribute your tutorials or exercises by sending a pull request and adding yourself on the list.
2121

22-
To run locally, execute:
22+
To run locally in a Docker container, execute:
2323

2424
make build
2525
make run
@@ -33,15 +33,15 @@ requires that you specify the domain you are working on, e.g.:
3333

3434
The docker needs to be rebuilt upon any change in the Python code or the Markdown code.
3535

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.
3737

3838
# create the virtualenv
3939
mkvirtualenv interactive-tutorials
4040

4141
# install requirements
4242
pip install -r requirements.txt
4343

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
4545
python main.py -d learnpython.org
4646

4747

0 commit comments

Comments
 (0)