Skip to content

Commit e214233

Browse files
Create README.md
1 parent d95baff commit e214233

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
************
2+
Installation
3+
************
4+
5+
Requirements
6+
============
7+
8+
- Python 3.*
9+
- pip 20.0.2
10+
11+
Installing by using PyPi
12+
========================
13+
14+
Install
15+
-------
16+
.. code-block:: bash
17+
18+
git clone https://github.com/Intelligent-Systems-Phystech/implicit-reparameterization-trick.git /tmp/implicit-reparameterization-trick
19+
python3 -m pip install /tmp/implicit-reparameterization-trick/src/
20+
21+
Uninstall
22+
---------
23+
.. code-block:: bash
24+
25+
python3 -m pip uninstall irt

0 commit comments

Comments
 (0)