Skip to content

Commit

Permalink
update allowed python version
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Feb 5, 2022
1 parent 37db351 commit 1e5e8bc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
More information about Elastica is available at the `project website`_


Implementations
----------------
There are currently two versions of Elastica.

PyElastica
~~~~~~~~~~
.. image:: https://travis-ci.com/mattialabteam/elastica-python.svg?token=bhmh1TG9yLmXa4ZM4ZgQ&branch=master
Expand All @@ -19,15 +15,15 @@ PyElastica
:target: https://codecov.io/gh/mattialabteam/elastica-python
:alt: codecov

PyElastica is the python implementation of Elastica. The easiest way to install PyElastica is with PIP:
PyElastica is the python (3.6-3.8) implementation of Elastica. The easiest way to install PyElastica is with PIP:

.. code:: console
$ pip install pyelastica
Elastica++
~~~~~~~~~~
Elastica++ is a C++ implementation of Elastica.
Elastica++ is a C++ implementation of Elastica. The package is currently under development. We expect the early-version to be released in 2022 Q2.

.. _project website: https://cosseratrods.org

0 comments on commit 1e5e8bc

Please sign in to comment.