Skip to content

Commit e3be4e9

Browse files
Update README.md
1 parent f0ef1c5 commit e3be4e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Python
22

3-
For this project you will need python 3.4.x installed on your computer.
3+
For this project you will need python 2.7.x installed on your computer.
44
You can download the python installer [here.](https://www.python.org/downloads/)
55

66
**Note: Depending on your Operating system, you may have python already installed.**
@@ -47,7 +47,7 @@ $ source venv/scripts/activate
4747
Fist execute this command in order to install psycopg2 for windows
4848

4949
```bash
50-
$ easy_install http://www.stickpeople.com/projects/python/win-psycopg/2.6.1/psycopg2-2.6.1.win32-py3.4-pg9.4.4-release.exe
50+
$ easy_install http://www.stickpeople.com/projects/python/win-psycopg/2.6.1/psycopg2-2.6.1.win32-py2.7-pg9.4.4-release.exe
5151
```
5252

5353
#### Every OS
@@ -93,4 +93,4 @@ Go to `http://localhost:8000/admin` in your browser and enter your credentials.
9393

9494
```bash
9595
$ python manage.py test
96-
```
96+
```

0 commit comments

Comments
 (0)