Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
pswpswpsw committed Feb 8, 2024
1 parent 0a0c89d commit fde223c
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ system <https://pykoopman.readthedocs
Installation
-------------

Language
^^^^^^^^^^^^^^^^^^^^
- Python == 3.10


Installing with pip
^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -170,7 +175,7 @@ In windows, you activate virtual environment in a different way

.. code-block:: bash
.\venv\Scripts\activate
.\venv\Scripts\activate.ps1
Then, to install the package, run

Expand All @@ -180,6 +185,16 @@ Then, to install the package, run
If you do not have root access, you should add the ``--user`` option to the above lines.


Installing with GPU support
^^^^^^^^^^^^^^^^^^^^^^^^^^^

After you download the Github package, go to the directory, type

.. code-block:: bash
python -m pip install -r requirements-dev.txt
Documentation
-------------
The documentation for PyKoopman is hosted on `Read the Docs <https://pykoopman.readthedocs.io/en/latest/>`__.
Expand Down Expand Up @@ -221,6 +236,10 @@ Reporting issues or bugs
^^^^^^^^^^^^^^^^^^^^^^^^
If you find a bug in the code or want to request a new feature, please open an issue.

Known issues:

- Python 3.12 might cause unexpected problems.

Citing PyKoopman
----------------

Expand Down

0 comments on commit fde223c

Please sign in to comment.