@@ -56,7 +56,7 @@ leave out the 'source' here and below). ::
5656
5757 $ conda create -n mssenv mamba
5858 $ conda activate mssenv
59- (mssenv) $ mamba install mss=4.0.1 python
59+ (mssenv) $ mamba install mss=4.0.2 python
6060
6161
6262You need to reactivate after the installation once the environment to setup all needed enironment
@@ -82,8 +82,8 @@ search for MSS what you can get ::
8282
8383 (mssenv) $ mamba search mss
8484 ...
85- mss 4.0.1 py38h578d9bd_0 conda-forge
86- mss 4.0.1 py39hf3d152e_0 conda-forge
85+ mss 4.0.2 py38....._0 conda-forge
86+ mss 4.0.2 py39....._0 conda-forge
8787
8888compare what you have installed ::
8989
@@ -93,9 +93,9 @@ compare what you have installed ::
9393
9494
9595We have reports that often an update suceeds by using the install option and the new version number,
96- in this example 4.0.1 and python as second option ::
96+ in this example 4.0.2 and python as second option ::
9797
98- (mssenv) $ mamba install mss=4.0.1 python
98+ (mssenv) $ mamba install mss=4.0.2 python
9999
100100All attemmpts show what you get if you continue. **Continue only if you get what you want. **
101101
@@ -123,7 +123,7 @@ We suggest to create a mss user.
123123* login again or export PATH="/home/mss/miniconda3/bin:$PATH"
124124* conda create -n mssenv mamba
125125* conda activate mssenv
126- * mamba install mss=4.0.1 python
126+ * mamba install mss=4.0.2 python
127127
128128For a simple test you could start the builtin standalone *mswms * and *mscolab * server::
129129
0 commit comments