Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Igoreshka committed Nov 4, 2024
1 parent 3156f0b commit a25c848
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/source/info.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.. include:: ../../README.rst
.. include:: ../../README.md
25 changes: 23 additions & 2 deletions src/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
## instalation
************
Installation
************

Requirements
============

bye bye
- Python
- pip

Installing by using PyPi
========================

Install
-------
.. code-block:: bash
git clone ttps://github.com/intsystems/discrete-variables-relaxation.git /tmp/discrete-variables-relaxation
python3 -m pip install /tmp/discrete-variables-relaxation/src/
Uninstall
---------
.. code-block:: bash
python3 -m pip uninstall relaxit

0 comments on commit a25c848

Please sign in to comment.