You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started/installation/installation.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,11 @@ after which you can simply install without specifying the channels::
17
17
.. note::
18
18
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.
19
19
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
+
20
25
.. note::
21
26
The `MDTraj website <http://mdtraj.org/1.9.3/new_to_python.html>`_ makes a
0 commit comments