File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
### Python
2
2
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.
4
4
You can download the python installer [ here.] ( https://www.python.org/downloads/ )
5
5
6
6
** Note: Depending on your Operating system, you may have python already installed.**
@@ -47,7 +47,7 @@ $ source venv/scripts/activate
47
47
Fist execute this command in order to install psycopg2 for windows
48
48
49
49
``` 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
51
51
```
52
52
53
53
#### Every OS
@@ -93,4 +93,4 @@ Go to `http://localhost:8000/admin` in your browser and enter your credentials.
93
93
94
94
``` bash
95
95
$ python manage.py test
96
- ```
96
+ ```
You can’t perform that action at this time.
0 commit comments