Skip to content

Commit

Permalink
add warning about python version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzwicknagl authored Dec 6, 2023
1 parent 91f46a3 commit 2528dd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/viasp/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ The python viasp package can be found `here <https://pypi.org/project/viasp/>`_.
$ pip install viasp
.. warning::
Ensure that viASP is installed in an environment with a python version compatible with clingo. To create one, use

.. code-block:: bash
$ conda create -n viasp_env 'python<3.11'
.. warning::
To support the usage of clingraph in viASP, install `graphviz <https://www.graphviz.org/download/>`_ (version 2.50 or greater) manually.

Expand Down

0 comments on commit 2528dd4

Please sign in to comment.