Skip to content

Commit 71e308a

Browse files
authored
- remove OBS link, add conda-forge
1 parent 1821bc2 commit 71e308a

File tree

1 file changed

+4
-14
lines changed
  • site/content/software/libsbml/libsbml-docs/installation

1 file changed

+4
-14
lines changed

site/content/software/libsbml/libsbml-docs/installation/_index.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ We provide four ways to obtain the libSBML Python interface. Please use whicheve
4747

4848
### Alternative #1: using Conda
4949

50-
We provide the libSBML Python interface through [Anaconda Cloud](http://anaconda.org/sbmlteam). To get the **stable** release of libSBML using [conda](http://conda.pydata.org/docs/), run the following command in a terminal:
50+
We provide the libSBML Python interface through [conda forge](https://conda-forge.org). To get the **stable** release of libSBML using [conda](http://conda.pydata.org/docs/), run the following command in a terminal:
5151

52-
conda install -c SBMLTeam python-libsbml
52+
conda install -c conda-forge python-libsbml
5353

5454
_Alternatively_, if you want to install the **experimental** release of libSBML using [conda](http://conda.pydata.org/docs/), run the following command in a terminal:
5555

56-
conda install -c SBMLTeam python-libsbml-experimental
56+
conda install -c conda-forge python-libsbml-experimental
5757

5858
After this, you should be able to access the Python language interface for libSBML directly from your Python programs by importing it like any other Python module. In other words, `import libsbml` should work in your Python program.
5959

@@ -80,17 +80,7 @@ Note that in either case, **the process may take a long time** because on some o
8080
After this, you should be able to access the Python language interface for libSBML directly from your Python programs by importing it like any other Python module. In other words, `import libsbml` should work in your Python program.
8181

8282

83-
### Alternative #3: using `apt-get` or `yum` on Linux
84-
85-
If you are running Linux, and you prefer to use the standard over-the-air installation tools provided by your operating system (e.g., `yum` and `apt-get`), you can take advantage of online repositories of installers we provide using the [OpenSUSE Build System](https://build.opensuse.org/) (OBS). You can find instructions for many different flavors of Linux including CentOS, Fedora, Ubuntu, and others, at the following URLs:
86-
87-
* For the stable release: [python-libsbml](http://software.opensuse.org/download.html?project=home%3Afbergman%3Alibsbml&package=python-libsbml)
88-
* For the experimental release: [python-libsbml-experimental](http://software.opensuse.org/download.html?project=home%3Afbergman%3Alibsbml&package=python-libsbml-experimental)
89-
90-
After this, you should be able to access the Python language interface for libSBML directly from your Python programs by importing it like any other Python module. In other words, `import libsbml` should work in your Python program.
91-
92-
93-
### Alternative #4: using the Windows libSBML installer for Python
83+
### Alternative #3: using the Windows libSBML installer for Python
9484

9585
You can take advantage of executable installers that we make available for Windows. They can be found in a subdirectory named **python** within each of the Windows subdirectories ([stable]({{< value "libsbml" "download_url" >}}/{{< value "libsbml" "latest_release" >}}/stable/Windows) and [experimental]({{< value "libsbml" "download_url" >}}/{{< value "libsbml" "latest_release" >}}/experimental/Windows)) on GitHub. There are different installers for different versions of Python. The following screenshot shows an example.
9686

0 commit comments

Comments
 (0)