Browse Source

Edit Readme

Caro Oviedo 3 years ago
parent
commit
86ef0a8501
1 changed files with 4 additions and 8 deletions
  1. 4 8
      README.md

+ 4 - 8
README.md

@@ -10,13 +10,9 @@ I developed this module for learning purposes and included two examples for rx a
 ### Steps to make it work: ###
 
 1. Clone this repository
-2. Create a virtual environment by running:
-    `virtualenv pycc1101` 
+2. Create a virtual environment by running `virtualenv pycc1101` 
 3. Activate the virtualenv
-4. Install spidev package:  
-    `pip install spidev`
-5. Run 
-    `python tx.py`
+4. Install spidev package: `pip install spidev`
+5. Run `python tx.py`
 6. Repeat steps 1-4 in another machine with the module connected.
-7. Run 
-    `python rx.py`
+7. Run `python rx.py`