You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1>Setup<aclass="headerlink" href="#setup" title="Link to this heading"></a></h1>
83
-
<p>This Section is about the setup of pyNeVer</p>
81
+
<sectionid="installation-and-setup">
82
+
<h1>Installation and Setup<aclass="headerlink" href="#installation-and-setup" title="Link to this heading"></a></h1>
83
+
<p><strong>pyNeVer</strong> depends on several packages, which are all available via <codeclass="docutils literal notranslate"><spanclass="pre">pip</span></code> and should be installed automatically.
84
+
The packages required for the correct execution are the following:</p>
85
+
<ulclass="simple">
86
+
<li><p><em>numpy</em></p></li>
87
+
<li><p><em>ortools</em></p></li>
88
+
<li><p><em>onnx</em></p></li>
89
+
<li><p><em>torch</em></p></li>
90
+
<li><p><em>torchvision</em></p></li>
91
+
<li><p><em>pysmt</em></p></li>
92
+
<li><p><em>multipledispatch</em></p></li>
93
+
</ul>
94
+
<p>To install <strong>pyNeVer</strong> as an API, run the command:</p>
0 commit comments