We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95baff commit e214233Copy full SHA for e214233
src/README.md
@@ -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
24
25
+ python3 -m pip uninstall irt
0 commit comments