Skip to content

Commit

Permalink
address PR review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
namiroues committed Feb 28, 2025
1 parent 48bad02 commit 1ae92cc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pages/installation_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ title: Installation Quick Start
order: 2
---

MDAnalysis can be installed using [mamba][] (recommended) or [pip][].
MDAnalysis can be installed using [mamba][], a faster drop-in replacement for [conda][], or [pip][].

## Mamba ##
## mamba/conda ##

If you have [conda][] or [mamba][] installed, run:
If you don't have [mamba][] installed you can follow the [mamba installation instructions][].
To install MDAnalysis run:

{% highlight bash %}
conda install -c conda-forge mamba
mamba install -c conda-forge mdanalysis
{% endhighlight %}

Expand All @@ -28,7 +28,7 @@ a working [OpenMP][] installation.

## Python Package Index ##

To install with [pip][] run:
To install MDAnalysis with [pip][] run:

{% highlight bash %}
pip install --upgrade MDAnalysis
Expand All @@ -42,14 +42,14 @@ pip install --upgrade MDAnalysisTests

## More ##

For detailed installation methods, including setting up [mamba][] from scratch, see the [Installation instuctions in the {{ site.docs.userguide.name }}]({{ site.docs.userguide.url }}/stable/installation.html).
For more details about the installation see the [Installation instuctions in the {{ site.docs.userguide.name }}]({{ site.docs.userguide.url }}/stable/installation.html).

If you have questions regarding the installation, please ask on
[{{site.mailinglists.discussion.name}}]({{site.mailinglists.discussion.url}}).

[pip]: https://pip.pypa.io/en/latest/
[mamba]:https://anaconda.org/conda-forge/mamba
[conda]: https://conda.io/
[installation instuctions]: https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html
[mamba installation instructions]: https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html
[OpenMP]: https://www.openmp.org/
[test cases]: {{ site.docs.userguide.url }}/stable/installation.html#testing

0 comments on commit 1ae92cc

Please sign in to comment.