Skip to content

Commit 99e71fc

Browse files
authored
Update README.md
1 parent bd90275 commit 99e71fc

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,7 @@ RS camera
2626
![RS](https://simplecore.intel.com/realsensehub/wp-content/uploads/sites/63/Compare.png)
2727

2828

29-
Python packages
30-
```
31-
pip install --upgrade pip
32-
pip install --user pyrealsense2
33-
pip install --user opencv-python (especially in user, else it will overwrite arcgis python package)
34-
argparse, py-getch, pyserial, fractions,
35-
```
29+
3630
### Data Preparation
3731

3832
data collector: will generate folders: bag, log, and csvs :live location. foto_location
@@ -44,10 +38,14 @@ data processor: from the collected bag and log file, create jpg and matched.txt
4438

4539
A step by step series of examples that tell you how to get a development env running
4640

47-
After installed, copy widgets2 into Lib/matplotlib
48-
and copy def_measure to C:\Users\yourusername\AppData\Roaming\Python\Python27\site-packages
49-
50-
(I edit the Ruler widget to measure, therefore this step is neccasary)
41+
will generate requirment.txt in the future
42+
Python packages
43+
```
44+
pip install --upgrade pip
45+
pip install --user pyrealsense2
46+
pip install --user opencv-python (especially in user, else it will overwrite arcgis python package)
47+
argparse, py-getch, pyserial, fractions,
48+
```
5149

5250
### Data Capture
5351

0 commit comments

Comments
 (0)