Skip to content

Commit 26a468b

Browse files
authored
fix #560 :
- added --user larray-project argument when updating the larrayenv metapackage - replaced gdementen by larray-project in section Installation of the README file
1 parent ee59645 commit 26a468b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The easiest route to installing larray is through
3434
`Conda <http://conda.pydata.org/miniconda.html>`_.
3535
For all platforms installing larray can be done with::
3636

37-
conda install -c gdementen larray
37+
conda install -c larray-project larray
3838

3939
This will install a lightweight version of larray
4040
depending only on Numpy and Pandas libraries only.
@@ -47,12 +47,12 @@ below.
4747
Installing larray with all optional dependencies
4848
can be done with ::
4949

50-
conda install -c gdementen larrayenv
50+
conda install -c larray-project larrayenv
5151

52-
You can also first add the channel `gdementen` to
52+
You can also first add the channel `larray-project` to
5353
your channel list ::
5454

55-
conda config --add channels gdementen
55+
conda config --add channels larray-project
5656

5757
and then install larray (or larrayenv) as ::
5858

doc/source/changes/version_0_32.rst.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ New features
4949
Miscellaneous improvements
5050
^^^^^^^^^^^^^^^^^^^^^^^^^^
5151

52-
* improved something.
52+
* conda channel to install or update the larray, larray-editor, larray-eurostat and larrayenv packages
53+
switched from ``gdementen`` to ``larray-project`` (closes :issue:`560`).
5354

5455

5556
Fixes

make_release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def fill(s):
4545
fill('larray-editor =={version}'), fill('larray_eurostat =={version}'),
4646
"qtconsole", "matplotlib", "pyqt", "qtpy", "pytables",
4747
"xlsxwriter", "xlrd", "openpyxl", "xlwings", "ipykernel !=5.0,!=5.1.0",
48+
'--user', 'larray-project',
4849
'--home', 'http://github.com/larray-project/larray',
4950
'--license', 'GPL-3.0',
5051
'--summary', "'Package installing larray and all sub-projects and optional dependencies'"])

0 commit comments

Comments
 (0)