File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,17 @@ Suggested values:
60
60
For example installing any non-Python dependencies or adding any required
61
61
config settings.
62
62
63
- To install ckanext-csvtocsvw :
63
+ To install the extension :
64
64
65
65
1 . Activate your CKAN virtual environment, for example:
66
66
``` bash
67
67
. /usr/lib/ckan/default/bin/activate
68
68
```
69
- 2 . Clone the source and install it on the virtualenv
69
+ 2 . Use pip to install package
70
70
``` bash
71
71
pip install ckanext-csvtocsvw
72
72
```
73
- 3 . Add ` csvtocsvw ` to the ` ckan.plugins ` setting in your CKAN
73
+ 3 . Add ` sso ` to the ` ckan.plugins ` setting in your CKAN
74
74
config file (by default the config file is located at
75
75
` /etc/ckan/default/ckan.ini ` ).
76
76
@@ -79,7 +79,6 @@ To install ckanext-csvtocsvw:
79
79
sudo service apache2 reload
80
80
```
81
81
82
-
83
82
## Config settings
84
83
85
84
None at present
You can’t perform that action at this time.
0 commit comments