Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
24a76e70
Commit
24a76e70
authored
Nov 09, 2013
by
Jean Michel Rouly
Browse files
Updated README to reflect piwik api dependencies.
parent
4a5df10c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
24a76e70
...
@@ -33,4 +33,10 @@ WSGIScriptAlias /about /srv/http/go/wsgi/about.py
...
@@ -33,4 +33,10 @@ WSGIScriptAlias /about /srv/http/go/wsgi/about.py
Piwik analytics are optionally enabled. See
`/wsgi/goconfig.py.template`
Piwik analytics are optionally enabled. See
`/wsgi/goconfig.py.template`
for relevant configuration values. In order to use Piwik with this service,
for relevant configuration values. In order to use Piwik with this service,
you will need the
you will need the
[
Piwik Python API
](
https://github.com/piwik/piwik-python-api
)
[
Piwik Python API
](
https://github.com/piwik/piwik-python-api
)
installed.
Use one of the following for easy setup:
```
pip install piwikapi
pip2 install piwikapi
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment