Skip to content

Commit 19ce7cc

Browse files
committed
change CodeEntropy name within conda-recipe/meta.yaml to codeentropy
1 parent 8feeecc commit 19ce7cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set name = "CodeEntropy" %}
1+
{% set name = "codeentropy" %}
22
{% set version = "0.0.0" %}
33

44
package:

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Install CodeEntropy:
5151

5252
.. code-block:: bash
5353
54-
conda install -c conda-forge -c CCPBioSim CodeEntropy
54+
conda install -c conda-forge -c CCPBioSim codeentropy
5555
5656
5757
Input Files

0 commit comments

Comments
 (0)