Skip to content

Commit

Permalink
revert docs install block w pip and wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqc committed Aug 9, 2023
1 parent aac007b commit ff8e3c5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 128 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
30 changes: 1 addition & 29 deletions docs/_build/doctrees/nbsphinx/notebooks/installation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,41 +21,13 @@
"## AIQC Python Package"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"pip install --upgrade pip"
]
},
{
"cell_type": "markdown",
"metadata": {
"tags": []
},
"source": [
"or on Conda"
]
},
{
"cell_type": "markdown",
"metadata": {
"tags": []
},
"source": [
"conda install pip"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"pip install --upgrade pip\n",
"pip install --upgrade wheel\n",
"pip install --upgrade aiqc"
]
Expand Down
Binary file modified docs/_build/doctrees/notebooks/installation.doctree
Binary file not shown.
30 changes: 1 addition & 29 deletions docs/_build/html/_sources/notebooks/installation.ipynb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,41 +21,13 @@
"## AIQC Python Package"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"pip install --upgrade pip"
]
},
{
"cell_type": "markdown",
"metadata": {
"tags": []
},
"source": [
"or on Conda"
]
},
{
"cell_type": "markdown",
"metadata": {
"tags": []
},
"source": [
"conda install pip"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"pip install --upgrade pip\n",
"pip install --upgrade wheel\n",
"pip install --upgrade aiqc"
]
Expand Down
15 changes: 3 additions & 12 deletions docs/_build/html/notebooks/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="https://docs.aiqc.io/notebooks/installation.html" />
<meta property="og:site_name" content="AIQC" />
<meta property="og:description" content="2ddd1bf1b9df44108fff8f49a83df505 AIQC Python Package:[ ]: pip install --upgrade pip or on Conda conda install pip[ ]: pip install --upgrade wheel pip install --upgrade aiqc If during troubleshootin..." />
<meta property="og:description" content="2bc7e96bd685428e81985a9e95081ff6 AIQC Python Package:[ ]: pip install --upgrade pip pip install --upgrade wheel pip install --upgrade aiqc If during troubleshooting you find yourself reinstalling u..." />
<meta property="og:image" content="https://raw.githubusercontent.com/aiqc/aiqc/main/docs/_static/images/web/meta_image_tall_rect.png" />
<meta property="og:image:alt" content="Artificial Intelligence Quality Control" />
<meta property="twitter:image" content="https://raw.githubusercontent.com/aiqc/aiqc/main/docs/_static/images/web/meta_image_tall_rect.png" />
Expand Down Expand Up @@ -307,24 +307,15 @@

<section id="Install">
<h1>Install<a class="headerlink" href="#Install" title="Permalink to this headline"></a></h1>
<p><img alt="2ddd1bf1b9df44108fff8f49a83df505" class="banner-photo" src="../_images/env.png" /></p>
<p><img alt="2bc7e96bd685428e81985a9e95081ff6" class="banner-photo" src="../_images/env.png" /></p>
<section id="AIQC-Python-Package">
<h2>AIQC Python Package<a class="headerlink" href="#AIQC-Python-Package" title="Permalink to this headline"></a></h2>
<div class="nbinput nblast docutils container">
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[ ]:
</pre></div>
</div>
<div class="input_area highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">pip</span>
</pre></div>
</div>
</div>
<p>or on Conda</p>
<p>conda install pip</p>
<div class="nbinput nblast docutils container">
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[ ]:
</pre></div>
</div>
<div class="input_area highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">wheel</span>
<span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">wheel</span>
<span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">upgrade</span> <span class="n">aiqc</span>
</pre></div>
</div>
Expand Down
30 changes: 1 addition & 29 deletions docs/_build/html/notebooks/installation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,41 +21,13 @@
"## AIQC Python Package"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"pip install --upgrade pip"
]
},
{
"cell_type": "markdown",
"metadata": {
"tags": []
},
"source": [
"or on Conda"
]
},
{
"cell_type": "markdown",
"metadata": {
"tags": []
},
"source": [
"conda install pip"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"pip install --upgrade pip\n",
"pip install --upgrade wheel\n",
"pip install --upgrade aiqc"
]
Expand Down
30 changes: 1 addition & 29 deletions docs/notebooks/installation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,41 +21,13 @@
"## AIQC Python Package"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"pip install --upgrade pip"
]
},
{
"cell_type": "markdown",
"metadata": {
"tags": []
},
"source": [
"or on Conda"
]
},
{
"cell_type": "markdown",
"metadata": {
"tags": []
},
"source": [
"conda install pip"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"pip install --upgrade pip\n",
"pip install --upgrade wheel\n",
"pip install --upgrade aiqc"
]
Expand Down

0 comments on commit ff8e3c5

Please sign in to comment.