Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
siddacious committed Jan 15, 2020
1 parent 42e454e commit 65a9553
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Introduction
:alt: Discord


.. image:: https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX/workflows/Build%20CI/badge.svg
:target: https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX/actions
.. image:: https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS/workflows/Build%20CI/badge.svg
:target: https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS/actions
:alt: Build Status

CircuitPython library for the ST LSM6DSOX 6-axis Accelerometer and Gyro
Expand All @@ -33,17 +33,17 @@ Installing from PyPI
=====================

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
PyPI <https://pypi.org/project/adafruit-circuitpython-lsm6dsox/>`_. To install for current user:
PyPI <https://pypi.org/project/adafruit-circuitpython-lsm6ds/>`_. To install for current user:

.. code-block:: shell
pip3 install adafruit-circuitpython-lsm6dsox
pip3 install adafruit-circuitpython-lsm6ds
To install system-wide (this may be required in some cases):

.. code-block:: shell
sudo pip3 install adafruit-circuitpython-lsm6dsox
sudo pip3 install adafruit-circuitpython-lsm6ds
To install in a virtual environment in your current project:

Expand All @@ -52,7 +52,7 @@ To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .env
source .env/bin/activate
pip3 install adafruit-circuitpython-lsm6dsox
pip3 install adafruit-circuitpython-lsm6ds
Usage Example
=============
Expand All @@ -77,7 +77,7 @@ Contributing
============

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX/blob/master/CODE_OF_CONDUCT.md>`_
<https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS/blob/master/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.

Documentation
Expand Down

0 comments on commit 65a9553

Please sign in to comment.