Skip to content

Commit b00ae0d

Browse files
anaconda to miniconda (#133)
1 parent 1f3c955 commit b00ae0d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Voor het afleiden van kengetallen als slotgemiddelden, gemiddelde getijkrommen,
99
De methodieken in deze repository hebben nog geen definitieve status en zijn daarom nog niet geschikt voor productie.
1010

1111
## installation
12-
- open anaconda prompt
12+
- download Miniforge3 from [the miniforge github](https://github.com/conda-forge/miniforge?tab=readme-ov-file#download) and install it with the recommended settings.
13+
- open Miniforge Prompt
1314
- `conda create --name kw_env python=3.11 git -y`
1415
- `conda activate kw_env`
1516
- `pip install git+https://github.com/Deltares-research/kenmerkendewaarden`

docs/CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
## Setup local developer environment
1414

15-
- download and install Anaconda 64 bit from [anaconda.com](https://www.anaconda.com/download/success)
16-
- open anaconda prompt and navigate to the local checkout folder of the repository
15+
- download Miniforge3 from [the miniforge github](https://github.com/conda-forge/miniforge?tab=readme-ov-file#download) and install it with the recommended settings.
16+
- open Miniforge Prompt and navigate to the local checkout folder of the repository
1717
- ``conda create --name kw_env python=3.11 git spyder -y`` (``git`` and ``spyder`` are optional)
1818
- ``conda activate kw_env``
1919
- ``python -m pip install -e .[dev,docs,examples]`` (pip developer mode, any updates to the local folder are immediately available in your python. It also installs all requirements via pip, square brackets are to install optional dependency groups)
@@ -40,21 +40,21 @@
4040

4141
## Running the testbank
4242

43-
- open anaconda prompt and navigate to the local checkout folder of the repository
43+
- open Miniforge Prompt and navigate to the local checkout folder of the repository
4444
- ``conda activate kw_env``
4545
- ``pytest`` (runs all tests)
4646
- the pytest testbank also runs automatically on Github for every PR (for different python versions and package versions)
4747

4848
## Generate html documentation
49-
- open anaconda prompt and navigate to the local checkout folder of the repository
49+
- open Miniforge Prompt and navigate to the local checkout folder of the repository
5050
- ``conda activate kw_env``
5151
- ``sphinx-build docs docs/_build``
5252
- the documentation is also automatically updated upon every push/merge to the main branch
5353

5454
## Increase the version number
5555

5656
- commit all changes via git
57-
- open anaconda prompt and navigate to the local checkout folder of the repository
57+
- open Miniforge Prompt and navigate to the local checkout folder of the repository
5858
- ``conda activate kw_env``
5959
- ``bumpversion major`` or ``bumpversion minor`` or ``bumpversion patch``
6060
- the version number of all relevant files will be updated, as stated in setup.cfg

0 commit comments

Comments
 (0)