Skip to content

Commit

Permalink
Merge pull request #2872 from kalbermattenm/win_dep
Browse files Browse the repository at this point in the history
Less Windows requirements
  • Loading branch information
fredj authored Mar 20, 2017
2 parents 9b1140e + 7c86cae commit 7849840
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
3 changes: 0 additions & 3 deletions c2cgeoportal/scaffolds/update/CONST_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# missing dependency of formalchemy
couchdbkit==0.6.5
http-parser==0.8.3
Pillow==3.4.2
psycopg2==2.6.2
pyproj==1.9.5.1
restkit==4.2.2
Shapely==1.5.17
Pygments==2.1.3
Expand Down
3 changes: 0 additions & 3 deletions c2cgeoportal/scaffolds/update/CONST_requirements_windows.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
-r CONST_versions_requirements.txt
wheels/psycopg2-2.6.1-cp27-none-win32.whl
wheels/Shapely-1.5.13-cp27-none-win32.whl
wheels/Pillow-3.1.0-cp27-none-win32.whl
wheels/pyproj-1.9.5-cp27-none-win32.whl
-e .
3 changes: 3 additions & 0 deletions c2cgeoportal/scaffolds/update/CONST_versions_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ papyrus==2.2
Paste==2.0.3
PasteDeploy==1.5.2
PasteScript==2.0.2
Pillow==3.4.2
polib==1.0.8
postmarkup==1.2.2
psycopg2==2.6.2
pykwalify==1.5.2
pyproj==1.9.5.1
pyramid-chameleon==0.3
pyramid-debugtoolbar==3.0.5
pyramid-mako==1.0.2
Expand Down
4 changes: 1 addition & 3 deletions doc/integrator/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ Python
^^^^^^

* Install Microsoft Visual C++ Compiler for Python 2.7 (http://aka.ms/vcpython27)
* Install pip, go to https://pip.pypa.io/en/latest/installing.html and download get-pip.py
* Open a batch console (cmd), and run ``python get-pip.py``
* Once done, run ``pip install virtualenv``
* Be sure to have at least pip >= 9.x in your project . Using virtualenv >= 15 should resolve that.

Cygwin
^^^^^^
Expand Down

0 comments on commit 7849840

Please sign in to comment.