Commit b386d3ea authored by remi.clement's avatar remi.clement
Browse files

update html, police correction

Showing with 34 additions and 31 deletions
+34 -31
......@@ -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
......
......@@ -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>
......
......@@ -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">
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -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
......
......@@ -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>
......
......@@ -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">
......
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment