Skip to content

Commit

Permalink
Merge pull request #45 from inpefess/add-conda
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
inpefess committed Mar 13, 2022
2 parents d27d668 + 4b9a5db commit 993de54
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 57 deletions.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|PyPI version| |CircleCI| |Documentation Status| |codecov| |Binder|
|PyPI version| |Anaconda version| |CircleCI| |Documentation Status| |codecov| |Binder|

Python client for Isabelle server
=================================
Expand All @@ -17,6 +17,13 @@ The best way to install this package is to use ``pip``:
pip install isabelle-client
Another option is to use Anaconda:

.. code:: sh
conda install -c conda-forge isabelle-client
One can also download and run the client together with Isabelle in a
Docker contanier:

Expand Down Expand Up @@ -86,6 +93,8 @@ DOI <https://doi.org/10.1007/978-3-030-81097-9_20>`__.

.. |PyPI version| image:: https://badge.fury.io/py/isabelle-client.svg
:target: https://badge.fury.io/py/isabelle-client
.. |Anaconda version| image:: https://anaconda.org/conda-forge/isabelle-client/badges/version.svg
:target: https://anaconda.org/conda-forge/isabelle-client
.. |CircleCI| image:: https://circleci.com/gh/inpefess/isabelle-client.svg?style=svg
:target: https://circleci.com/gh/inpefess/isabelle-client
.. |Documentation Status| image:: https://readthedocs.org/projects/isabelle-client/badge/?version=latest
Expand Down
2 changes: 2 additions & 0 deletions isabelle_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
from isabelle_client.isabelle__client import IsabelleClient
from isabelle_client.socket_communication import IsabelleResponse
from isabelle_client.utils import get_isabelle_client, start_isabelle_server

__version__ = "0.3.3"
114 changes: 59 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 993de54

Please sign in to comment.