We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e34df commit 04efb0cCopy full SHA for 04efb0c
README.md
@@ -32,10 +32,17 @@ fileupload/models.py as commented in the file.
32
Installation
33
============
34
35
-* pip install -r requirements.txt (will install django and pillow)
36
-* python manage.py migrate
37
-* python manage.py runserver
38
-* go to localhost:8000/upload/new/ and upload some files
+I recommend to install this within a virtualenv.
+
+```sh
+virtualenv -p python3 venv
39
+source venv/bin/activate
40
+pip install -r requirements.txt
41
+./manage.py migrate
42
+./manage.py runserver
43
+```
44
45
+And then go to localhost:8000 and try to upload some files.
46
47
License
48
=======
0 commit comments