File diff fe4112c8798c → 3826b6fb66e7
README.md
Show inline comments
...
 
@@ -38,10 +38,6 @@ Debian:
 

	
 
    python3 -m pip install -r requirements.txt
 

	
 
You'll need a copy of `conservancy/djangocommonsettings.py`, a file that not
 
committed to the repository that has database settings and other
 
environment-specific config.
 

	
 
To run the tests, install `pytest-django` and run pytest:
 

	
 
    python3 -m pip install pytest-django