File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
13[[source ]]
24name = " pypi"
35url = " https://pypi.org/simple"
Original file line number Diff line number Diff line change @@ -151,19 +151,21 @@ the repositories.
151151:warning : ** NOTE:** The dev2019 branch for this and the child repositories are
152152currently under active development.
153153
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)
1551582 . ** Execute Install Script** : ` ./sripts/setup_engine.sh `
156-
157159 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 ` )
161161 2 . Creates symlinks to support the semantic web
162162 3 . Creates Python Environment via pipenv
163163 4 . Generate ccengine.fcgi and copies config.ini into python_env
164164 5 . Compiles mo files and transstats
165+ - Creates ` transstats.csv ` convenience symlink
165166
166- - Creates transstats.csv convenience symlink
167+ [ pipenvdocs ] :https://pipenv.readthedocs.io/en/latest/
168+ [ redland ] : http://librdf.org/
167169
168170
169171### Not Included
You can’t perform that action at this time.
0 commit comments