You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,28 @@
3
3
If you would like to avoid the hassle of installing your own version of Protocat, simply go to [protocat.org](protocat.org) for our version on the web.
4
4
5
5
If you have are planning to run this on a Ubuntu development computer, you must install additional packages in order to get the Pip package Pillow. To do this, enter into your terminal:
Next, you must have Python 2.7, 3.4, or 3.5 installed on your computer and accessible on the terminal as well as pip (may be already installed when you installed Python). This software comes default on Ubuntu and Mac, but on Windows you must get an installation from the [Python website](https://www.python.org/downloads/release/python-350/).
10
11
Then, install Django 1.9 or 1.10, Pillow, djangorestframework, drfdocs, and bleach through the command on Linux:
Otherwise, you can go to the [GitHub page](https://github.com/igemsoftware2016/Michigan16) and click download there.
23
30
@@ -28,4 +35,4 @@ python manage.py makemigrations
28
35
python manage.py migrate
29
36
python manage.py runserver 0.0.0.0:8000
30
37
```
31
-
Then, use your preferred browser and in the address bar and type [localhost:8000](localhost:8000), and then your should see a local version of ProtoCat running on your own computer.
38
+
Then, use your preferred browser and in the address bar and type [localhost:8000](localhost:8000), and then your should see a local version of ProtoCat running on your own computer.
0 commit comments