Skip to content

Commit 7b36e41

Browse files
authored
doc: managing jax dependency (#437)
1 parent cf21fea commit 7b36e41

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/install.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ You can later **update** your installation with ::
2424

2525
conda update -c conda-forge alchemlyb
2626

27+
Managing the ``JAX`` Dependency
28+
-------------------------------
29+
30+
By default, the conda installation of alchemlyb includes the JAX library for accelerated performance. If you encounter dependency conflicts or prefer a leaner installation, you can manage this dependency.
31+
32+
To install without JAX, specify the core build. This version offers the basic functionality without the JAX-based acceleration. ::
33+
34+
conda install -c conda-forge 'alchemlyb=*=core_*'
35+
36+
To explicitly install with JAX, you can specify the jax build. This is useful to ensure you're getting the accelerated version. ::
37+
38+
conda install -c conda-forge 'alchemlyb=*=jax_*'
2739

2840
``pip`` installation
2941
--------------------

0 commit comments

Comments
 (0)