Skip to content

Commit e405ad4

Browse files
mention conda in installation doc, update release notes
1 parent 4e434d7 commit e405ad4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ReleaseNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Release v3.0.3, Thu xx Mar 2025
33

44
* Fixes in build info to prepare for conda-forge
55
* Fixed wrong imports, overlooked in refactoring from v2 -> v3
6-
* Tiny fix in error message
6+
* Tiny fix in error message for exceptions when loading database
77
* Fixed pythia8 autocompile
88

99
Release v3.0.2, Thu 23 Jan 2025

docs/manual/source/Installation.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ Installation Methods
8686
Instead, this will be done on the fly, at runtime, upon call of the :ref:`cross section computer(s) <xsecCalc>`.
8787
The external tools will also be located in the above smodels installation directory (<installdir>/lib/...).
8888

89+
* SModelS is also `indexed on conda-forge <https://anaconda.org/conda-forge/smodels>`_. Install via: ::
90+
91+
conda install conda-forge::smodels
8992

9093
* Finally, SModelS is `indexed on pypi <https://pypi.org/project/smodels/>`_. Thus, if *pip3* (or *pip*) is installed in your machine, it is possible to install SModelS without downloading the source code: ::
9194

docs/manual/source/ReleaseUpdate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ New in Version 3.0.3:
3838

3939
* Fixes in build info to prepare for conda-forge
4040
* Fixed wrong imports, overlooked in refactoring from v2 -> v3
41-
* Tiny fix in error message
41+
* Tiny fix in error message for exceptions when `loading database <experiment.html#experiment.databaseObj.SubDatabase.loadDatabase>`_
4242
* Fixed pythia8 autocompile
4343

4444
New in Version 3.0.2:

0 commit comments

Comments
 (0)