Skip to content

Commit

Permalink
chore: Fix setup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillarAnand committed Aug 29, 2021
1 parent e81a36c commit 3237f43
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,21 @@ Mastering Django Admin
Practical tips to master Django admin interface.

https://mastering-django-admin.readthedocs.io/en/latest/



Local Setup
----------------

Install requirements by running

```
python3 -m pip install -r requirements.txt
```


To generate html files, run

```
sh run.sh
```
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Sphinx==2.3.1
sphinx-rtd-theme==0.4.3
sphinxcontrib-bibtex==1.0.0
rst2pdf

0 comments on commit 3237f43

Please sign in to comment.