File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ # pipenv alone does not setup the License Engine. See scripts/setup_engine.sh
2
+ # and README.md
1
3
[[source ]]
2
4
name = " pypi"
3
5
url = " https://pypi.org/simple"
Original file line number Diff line number Diff line change @@ -151,19 +151,21 @@ the repositories.
151
151
:warning : ** NOTE:** The dev2019 branch for this and the child repositories are
152
152
currently under active development.
153
153
154
- 1 . ** Install pipenv** : Make sure you have [ pipenv] [ pipenvdocs ] installed.
154
+ 1 . ** Install prerequisites** :
155
+ - [ Redland RDF Libraries] [ redland ] Python bindings (` python-librdf ` package
156
+ on Debian. Due to this prerequisite, setup on macOS is * not* recommended.)
157
+ - [ pipenv] [ pipenvdocs ] (` pipenv ` package on Debian)
155
158
2 . ** Execute Install Script** : ` ./sripts/setup_engine.sh `
156
-
157
159
1 . Clones cc.engine and related respositories
158
-
159
- - Checks out ARG1 branch (if specified)
160
-
160
+ - Checks out specified branch (` ARG1 ` , defaults to ` master ` )
161
161
2 . Creates symlinks to support the semantic web
162
162
3 . Creates Python Environment via pipenv
163
163
4 . Generate ccengine.fcgi and copies config.ini into python_env
164
164
5 . Compiles mo files and transstats
165
+ - Creates ` transstats.csv ` convenience symlink
165
166
166
- - Creates transstats.csv convenience symlink
167
+ [ pipenvdocs ] :https://pipenv.readthedocs.io/en/latest/
168
+ [ redland ] : http://librdf.org/
167
169
168
170
169
171
### Not Included
You can’t perform that action at this time.
0 commit comments