Pārlūkot izejas kodu

README.md edited online with Bitbucket

lebouquetin 11 gadus atpakaļ
vecāks
revīzija
b075059473
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. 5 1
      README.md

+ 5 - 1
README.md Parādīt failu

136
     cd pod && python setup.py develop && cd -
136
     cd pod && python setup.py develop && cd -
137
     pip install -r install/requirements.txt
137
     pip install -r install/requirements.txt
138
     
138
     
139
-Note: you may get errors with stevedore/pbr which is not supported by python 3.2
139
+Notes:
140
+
141
+* Debian: you may get errors with stevedore/pbr which is not supported by python 3.2
140
 (debian version of python 3). This is not a real problem
142
 (debian version of python 3). This is not a real problem
143
+* Ubuntu (at least 14.04): you should remove _distribute_ and _wsgiref _
144
+  from the requirements.txt file
141
 
145
 
142
 ### Create configuration ###
146
 ### Create configuration ###
143
 
147