diff --git a/public/_sources/page1.rst.txt b/public/_sources/page1.rst.txt index e8160c713935b561d5dedff781767b04c8bf6b00..e25bca29be2cc7f5172439e8672d4751c1186e7c 100644 --- a/public/_sources/page1.rst.txt +++ b/public/_sources/page1.rst.txt @@ -74,31 +74,31 @@ It is first necessary to ensure that the libatlas-base-dev library is installed: We strongly recommend users to create a virtual environment to run the code and installed all required dependencies. It can be done either in a directory gathering all virtual environments used on the computer or within the ohmpy directory. -create the virtual environment: +Create the virtual environment: .. code-block:: python python3 -m venv ohmpy -activate it using the following command: +Activate it using the following command: .. code-block:: python source ohmpy/bin/activate -install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies: +Install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies: .. code-block:: python pip install RPi.GPIO adafruit-blinka numpy adafruit-circuitpython-ads1x15 pandas -check that requirements are met using +Check that requirements are met using .. code-block:: python pip list -you should run you code within the virtual environment +You should run you code within the virtual environment to leave the virtual environment simply type: .. code-block:: python @@ -154,6 +154,7 @@ If you decided to use a virtual environment, it is necessary to setup Thonny Pyt :figclass: align-center 8- Close the window by clicking on **ok**. + 9- Close thonny to save modifications diff --git a/public/index.html b/public/index.html index b29555534f226ea9f887d95f72483691e41a84c7..f0eda7ad8ec0f3e6fd5b8a4be01381dcd094a8d6 100644 --- a/public/index.html +++ b/public/index.html @@ -158,7 +158,7 @@ <dd class="field-odd"><p>open hardware resistivity-meter</p> </dd> <dt class="field-even">Date</dt> -<dd class="field-even"><p>Nov 14, 2020</p> +<dd class="field-even"><p>Nov 15, 2020</p> </dd> <dt class="field-odd">Authors</dt> <dd class="field-odd"><p><strong>Rémi CLEMENT, Nicolas FORQUET, Julien GANCE, Yannick FARGIER, Vivien DUBOIS, Hélène GUYARD</strong></p> diff --git a/public/page1.html b/public/page1.html index 22acb500e0ce4fe10f2b1872767e63b83b30706b..ddff1237269c3a96201e7393dd75328ca79b0405 100644 --- a/public/page1.html +++ b/public/page1.html @@ -269,23 +269,23 @@ Raspbian GUI settings menu. Failure to carry out this task may cause damage to t </pre></div> </div> <p>We strongly recommend users to create a virtual environment to run the code and installed all required dependencies. It can be done either in a directory gathering all virtual environments used on the computer or within the ohmpy directory.</p> -<p>create the virtual environment:</p> +<p>Create the virtual environment:</p> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">python3</span> <span class="o">-</span><span class="n">m</span> <span class="n">venv</span> <span class="n">ohmpy</span> </pre></div> </div> -<p>activate it using the following command:</p> +<p>Activate it using the following command:</p> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">source</span> <span class="n">ohmpy</span><span class="o">/</span><span class="nb">bin</span><span class="o">/</span><span class="n">activate</span> </pre></div> </div> -<p>install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:</p> +<p>Install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:</p> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">RPi</span><span class="o">.</span><span class="n">GPIO</span> <span class="n">adafruit</span><span class="o">-</span><span class="n">blinka</span> <span class="n">numpy</span> <span class="n">adafruit</span><span class="o">-</span><span class="n">circuitpython</span><span class="o">-</span><span class="n">ads1x15</span> <span class="n">pandas</span> </pre></div> </div> -<p>check that requirements are met using</p> +<p>Check that requirements are met using</p> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="nb">list</span> </pre></div> </div> -<p>you should run you code within the virtual environment +<p>You should run you code within the virtual environment to leave the virtual environment simply type:</p> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">deactivate</span> </pre></div> @@ -313,8 +313,8 @@ to leave the virtual environment simply type:</p> <div class="align-center figure"> <a class="reference internal image-reference" href="_images/thonny_interpreter_folder.jpg"><img alt="alternate text" src="_images/thonny_interpreter_folder.jpg" style="width: 600px; height: 450px;" /></a> </div> -<p>8- Close the window by clicking on <strong>ok</strong>. -9- Close thonny to save modifications</p> +<p>8- Close the window by clicking on <strong>ok</strong>.</p> +<p>9- Close thonny to save modifications</p> </div> </div> <div class="section" id="measurement-and-injection-board-and-connection-to-the-raspberry"> diff --git a/sphinx/build/doctrees/environment.pickle b/sphinx/build/doctrees/environment.pickle index d1b4274a449d830040a456a50f5dc22f0a980150..65f60c932f671f3186538838333217bec5d9cbf9 100644 Binary files a/sphinx/build/doctrees/environment.pickle and b/sphinx/build/doctrees/environment.pickle differ diff --git a/sphinx/build/doctrees/index.doctree b/sphinx/build/doctrees/index.doctree index f2fece6baf2ac41678c1a30b9b8e2da050341507..a2fa89265b63fe733b7a627f79bddd221c186b4c 100644 Binary files a/sphinx/build/doctrees/index.doctree and b/sphinx/build/doctrees/index.doctree differ diff --git a/sphinx/build/doctrees/page0.doctree b/sphinx/build/doctrees/page0.doctree index 310cf65bba7d0a0c0721a05a2ba6003aada26dce..71496e9cf39ae90c9809a1ddb26c2b20f5a882d4 100644 Binary files a/sphinx/build/doctrees/page0.doctree and b/sphinx/build/doctrees/page0.doctree differ diff --git a/sphinx/build/doctrees/page1.doctree b/sphinx/build/doctrees/page1.doctree index 49d9c0982a1d082d966092204976de3585a98c26..e24f92985fbc5d6ce26519132d19879b2c1124b3 100644 Binary files a/sphinx/build/doctrees/page1.doctree and b/sphinx/build/doctrees/page1.doctree differ diff --git a/sphinx/build/html/_sources/page1.rst.txt b/sphinx/build/html/_sources/page1.rst.txt index e8160c713935b561d5dedff781767b04c8bf6b00..e25bca29be2cc7f5172439e8672d4751c1186e7c 100644 --- a/sphinx/build/html/_sources/page1.rst.txt +++ b/sphinx/build/html/_sources/page1.rst.txt @@ -74,31 +74,31 @@ It is first necessary to ensure that the libatlas-base-dev library is installed: We strongly recommend users to create a virtual environment to run the code and installed all required dependencies. It can be done either in a directory gathering all virtual environments used on the computer or within the ohmpy directory. -create the virtual environment: +Create the virtual environment: .. code-block:: python python3 -m venv ohmpy -activate it using the following command: +Activate it using the following command: .. code-block:: python source ohmpy/bin/activate -install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies: +Install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies: .. code-block:: python pip install RPi.GPIO adafruit-blinka numpy adafruit-circuitpython-ads1x15 pandas -check that requirements are met using +Check that requirements are met using .. code-block:: python pip list -you should run you code within the virtual environment +You should run you code within the virtual environment to leave the virtual environment simply type: .. code-block:: python @@ -154,6 +154,7 @@ If you decided to use a virtual environment, it is necessary to setup Thonny Pyt :figclass: align-center 8- Close the window by clicking on **ok**. + 9- Close thonny to save modifications diff --git a/sphinx/build/html/index.html b/sphinx/build/html/index.html index b29555534f226ea9f887d95f72483691e41a84c7..f0eda7ad8ec0f3e6fd5b8a4be01381dcd094a8d6 100644 --- a/sphinx/build/html/index.html +++ b/sphinx/build/html/index.html @@ -158,7 +158,7 @@ <dd class="field-odd"><p>open hardware resistivity-meter</p> </dd> <dt class="field-even">Date</dt> -<dd class="field-even"><p>Nov 14, 2020</p> +<dd class="field-even"><p>Nov 15, 2020</p> </dd> <dt class="field-odd">Authors</dt> <dd class="field-odd"><p><strong>Rémi CLEMENT, Nicolas FORQUET, Julien GANCE, Yannick FARGIER, Vivien DUBOIS, Hélène GUYARD</strong></p> diff --git a/sphinx/build/html/page1.html b/sphinx/build/html/page1.html index 22acb500e0ce4fe10f2b1872767e63b83b30706b..ddff1237269c3a96201e7393dd75328ca79b0405 100644 --- a/sphinx/build/html/page1.html +++ b/sphinx/build/html/page1.html @@ -269,23 +269,23 @@ Raspbian GUI settings menu. Failure to carry out this task may cause damage to t </pre></div> </div> <p>We strongly recommend users to create a virtual environment to run the code and installed all required dependencies. It can be done either in a directory gathering all virtual environments used on the computer or within the ohmpy directory.</p> -<p>create the virtual environment:</p> +<p>Create the virtual environment:</p> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">python3</span> <span class="o">-</span><span class="n">m</span> <span class="n">venv</span> <span class="n">ohmpy</span> </pre></div> </div> -<p>activate it using the following command:</p> +<p>Activate it using the following command:</p> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">source</span> <span class="n">ohmpy</span><span class="o">/</span><span class="nb">bin</span><span class="o">/</span><span class="n">activate</span> </pre></div> </div> -<p>install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:</p> +<p>Install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies:</p> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">RPi</span><span class="o">.</span><span class="n">GPIO</span> <span class="n">adafruit</span><span class="o">-</span><span class="n">blinka</span> <span class="n">numpy</span> <span class="n">adafruit</span><span class="o">-</span><span class="n">circuitpython</span><span class="o">-</span><span class="n">ads1x15</span> <span class="n">pandas</span> </pre></div> </div> -<p>check that requirements are met using</p> +<p>Check that requirements are met using</p> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="nb">list</span> </pre></div> </div> -<p>you should run you code within the virtual environment +<p>You should run you code within the virtual environment to leave the virtual environment simply type:</p> <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">deactivate</span> </pre></div> @@ -313,8 +313,8 @@ to leave the virtual environment simply type:</p> <div class="align-center figure"> <a class="reference internal image-reference" href="_images/thonny_interpreter_folder.jpg"><img alt="alternate text" src="_images/thonny_interpreter_folder.jpg" style="width: 600px; height: 450px;" /></a> </div> -<p>8- Close the window by clicking on <strong>ok</strong>. -9- Close thonny to save modifications</p> +<p>8- Close the window by clicking on <strong>ok</strong>.</p> +<p>9- Close thonny to save modifications</p> </div> </div> <div class="section" id="measurement-and-injection-board-and-connection-to-the-raspberry"> diff --git a/sphinx/source/page1.rst b/sphinx/source/page1.rst index e8160c713935b561d5dedff781767b04c8bf6b00..e25bca29be2cc7f5172439e8672d4751c1186e7c 100644 --- a/sphinx/source/page1.rst +++ b/sphinx/source/page1.rst @@ -74,31 +74,31 @@ It is first necessary to ensure that the libatlas-base-dev library is installed: We strongly recommend users to create a virtual environment to run the code and installed all required dependencies. It can be done either in a directory gathering all virtual environments used on the computer or within the ohmpy directory. -create the virtual environment: +Create the virtual environment: .. code-block:: python python3 -m venv ohmpy -activate it using the following command: +Activate it using the following command: .. code-block:: python source ohmpy/bin/activate -install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies: +Install packages within the virtual environment. Installing the following package should be sufficient to meet dependencies: .. code-block:: python pip install RPi.GPIO adafruit-blinka numpy adafruit-circuitpython-ads1x15 pandas -check that requirements are met using +Check that requirements are met using .. code-block:: python pip list -you should run you code within the virtual environment +You should run you code within the virtual environment to leave the virtual environment simply type: .. code-block:: python @@ -154,6 +154,7 @@ If you decided to use a virtual environment, it is necessary to setup Thonny Pyt :figclass: align-center 8- Close the window by clicking on **ok**. + 9- Close thonny to save modifications