Skip to content

Commit

Permalink
Mention docker run option at the top of README.rst (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
devanubis committed Jun 13, 2023
1 parent 320a010 commit 3537d2d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ djangoproject.com source code
.. image:: https://coveralls.io/repos/django/djangoproject.com/badge.svg?branch=main
:target: https://coveralls.io/r/django/djangoproject.com?branch=main

To run locally, do the usual:
To run locally, you can either:

- Install and run from a virtual environment
- Run with docker compose (see below)

Install and run locally from a virtual environment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#. Create a `Python 3.8+ virtualenv and activate it <https://docs.python.org/3/library/venv.html>`_

Expand Down

0 comments on commit 3537d2d

Please sign in to comment.