Skip to content

Commit b0721fd

Browse files
Update README.md
1 parent b09f4ca commit b0721fd

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,28 @@
33
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.
44

55
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:
6-
```sudo apt-get install python-dev
6+
```
7+
sudo apt-get install python-dev
78
sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk
89
```
910
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/).
1011
Then, install Django 1.9 or 1.10, Pillow, djangorestframework, drfdocs, and bleach through the command on Linux:
1112

12-
```sudo pip install django Pillow djangorestframework drfdocs bleach```
13+
```
14+
sudo pip install django Pillow djangorestframework drfdocs bleach
15+
```
1316

1417
Or on Windows:
1518

16-
```pip install django Pillow djangorestframework drfdocs bleach```
19+
```
20+
pip install django Pillow djangorestframework drfdocs bleach
21+
```
1722

1823
Then, to install our software, if you have git installed on your computer, simply type
1924

20-
```git clone https://github.com/igemsoftware2016/Michigan16.git```
25+
```
26+
git clone https://github.com/igemsoftware2016/Michigan16.git
27+
```
2128

2229
Otherwise, you can go to the [GitHub page](https://github.com/igemsoftware2016/Michigan16) and click download there.
2330

@@ -28,4 +35,4 @@ python manage.py makemigrations
2835
python manage.py migrate
2936
python manage.py runserver 0.0.0.0:8000
3037
```
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

Comments
 (0)