@@ -12,11 +12,6 @@ Basic example of using fgen
1212[ ![ PyPI] ( https://img.shields.io/pypi/v/example-fgen-basic.svg )] ( https://pypi.org/project/example-fgen-basic/ )
1313[ ![ PyPI install] ( https://github.com/openscm/example-fgen-basic/actions/workflows/install-pypi.yaml/badge.svg?branch=main )] ( https://github.com/openscm/example-fgen-basic/actions/workflows/install-pypi.yaml )
1414
15- ** Conda :**
16- [ ![ Conda] ( https://img.shields.io/conda/vn/conda-forge/example-fgen-basic.svg )] ( https://anaconda.org/conda-forge/example-fgen-basic )
17- [ ![ Conda platforms] ( https://img.shields.io/conda/pn/conda-forge/example-fgen-basic.svg )] ( https://anaconda.org/conda-forge/example-fgen-basic )
18- [ ![ Conda install] ( https://github.com/openscm/example-fgen-basic/actions/workflows/install-conda.yaml/badge.svg?branch=main )] ( https://github.com/openscm/example-fgen-basic/actions/workflows/install-conda.yaml )
19-
2015** Tests :**
2116[ ![ CI] ( https://github.com/openscm/example-fgen-basic/actions/workflows/ci.yaml/badge.svg?branch=main )] ( https://github.com/openscm/example-fgen-basic/actions/workflows/ci.yaml )
2217[ ![ Coverage] ( https://codecov.io/gh/openscm/example-fgen-basic/branch/main/graph/badge.svg )] ( https://codecov.io/gh/openscm/example-fgen-basic )
@@ -65,16 +60,6 @@ because of breaking updates to dependencies.
6560
6661The locked version of Example fgen - basic can be installed with
6762
68- === "mamba"
69- ```sh
70- mamba install -c conda-forge example-fgen-basic-locked
71- ```
72-
73- === "conda"
74- ```sh
75- conda install -c conda-forge example-fgen-basic-locked
76- ```
77-
7863=== "pip"
7964 ```sh
8065 pip install 'example-fgen-basic[ locked] '
@@ -99,33 +84,13 @@ please [raise an issue](https://github.com/openscm/example-fgen-basic/issues).
9984
10085The (non-locked) version of Example fgen - basic can be installed with
10186
102- === "mamba"
103- ```sh
104- mamba install -c conda-forge example-fgen-basic
105- ```
106-
107- === "conda"
108- ```sh
109- conda install -c conda-forge example-fgen-basic
110- ```
111-
11287=== "pip"
11388 ```sh
11489 pip install example-fgen-basic
11590 ```
11691
11792Additional dependencies can be installed using
11893
119- === "mamba"
120- If you are installing with mamba, we recommend
121- installing the extras by hand because there is no stable
122- solution yet (see [ conda issue #7502 ] ( https://github.com/conda/conda/issues/7502 ) )
123-
124- === "conda"
125- If you are installing with conda, we recommend
126- installing the extras by hand because there is no stable
127- solution yet (see [ conda issue #7502 ] ( https://github.com/conda/conda/issues/7502 ) )
128-
12994=== "pip"
13095 ```sh
13196 # To add plotting dependencies
0 commit comments