From b722de3c39c11ba16ceb5489ddbe392c1433fc95 Mon Sep 17 00:00:00 2001 From: dherrada <33632497+dherrada@users.noreply.github.com> Date: Thu, 17 Oct 2019 17:56:03 -0400 Subject: [PATCH] Removed building locally section from README, replaced with documentation section --- README.rst | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/README.rst b/README.rst index a93df8a..c988299 100644 --- a/README.rst +++ b/README.rst @@ -78,26 +78,7 @@ Contributions are welcome! Please read our `Code of Conduct `_ before contributing to help this project stay welcoming. -Building locally -================ - -To build this library locally you'll need to install the -`circuitpython-travis-build-tools `_ package. - -.. code-block::shell - - python3 -m venv .env - source .env/bin/activate - pip install -r requirements.txt - -Once installed, make sure you are in the virtual environment: - -.. code-block::shell - - source .env/bin/activate - -Then run the build: - -.. code-block::shell +Documentation +============= - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-lis3dh --library_location . +For information on building library documentation, please check out `this guide `_.