Skip to content

Commit 03c9644

Browse files
Add windows installation note (#945)
* Add windows install note * Better formatting (test) * Update docs/getting_started/installation/installation.rst Co-authored-by: Co Quach <43968221+daico007@users.noreply.github.com>
1 parent 6e4d565 commit 03c9644

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/getting_started/installation/installation.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ after which you can simply install without specifying the channels::
1717
.. note::
1818
The order in which channels are added matters: ``conda-forge`` should be the highest priority as a result of being added last. In your ``.condarc`` file, it should be listed first.
1919

20+
.. note::
21+
Because ``packmol`` binaries are unavailable for windows from ``conda-forge`` channel, to use mbuild with conda in a Windows system requires the ``omnia`` channel. Use the following command to use ``mbuild`` with conda in a Windows system::
22+
23+
$ conda install -c conda-forge -c omnia mbuild
24+
2025
.. note::
2126
The `MDTraj website <http://mdtraj.org/1.9.3/new_to_python.html>`_ makes a
2227
nice case for using Python and in particular the

0 commit comments

Comments
 (0)