You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-17Lines changed: 11 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@ To install PSLab on Debian based GNU/Linux system, the following dependencies mu
28
28
* PySerial **For device connection**
29
29
* iPython-qtconsole **_Optional_**
30
30
31
-
**Note**
32
-
*If user is only interested in using PSLab as an acquisition device without a display/GUI, only one repository [pslab-python](https://github.com/fossasia/pslab-python) needs to be installed. If you like a GUI, try installing [pslab-desktop](https://github.com/fossasia/pslab-desktop) following the instructions provided in that repository Readme file*
31
+
**Note**: If you are only interested in using PSLab as an acquisition device without a display/GUI, only one repository [pslab-python](https://github.com/fossasia/pslab-python) needs to be installed. If you like a GUI, install the [pslab-desktop app](https://github.com/fossasia/pslab-desktop) and follow the instructions of the Readme in that repo.
33
32
34
33
### How To Install on Linux
35
34
@@ -40,32 +39,27 @@ cd into the directories
40
39
and run the following
41
40
42
41
$ sudo make clean
43
-
44
42
$ sudo make
45
-
46
43
$ sudo make install
47
44
48
-
Now you are ready with the PSLab software on your machine :)
45
+
Now you are ready with the PSLab software on your machine.
49
46
50
47
### How to Install on Windows
51
48
52
-
**Step 1**: Install the latest Python version on your computer and configure `PATH` variable to have both Python installation directory and the Scripts directory to access `pip` tools.
49
+
**Step 1**: Install the latest Python version on your computer and configure `PATH` variable to have both Python installation directory and the Scripts directory to access `pip` tools. In Windows, Python is installed in `C:` drive by default. We can set `$PATH` by opening the **Environment variables** dialog box by following the steps below;
53
50
54
-
> In Windows, Python is installed in `C:` drive by default. We can set `$PATH` by opening the **Environment variables** dialog box by following the steps below;
55
-
>
56
-
> 1.[Right click on My Computer]
57
-
> 2. Select "Properties"
58
-
> 3. Open "System Properties"
59
-
> 4. Click "Advanced" tab
60
-
> 5. Click "Environment Variables" button
61
-
> 6. Look for "**_PATH_**" in "System Variables" section and click on it and press "Edit" button
62
-
> 7. To the end of "Variable value" text box, append "`C:\Python34\;C:\Python34\Scripts\;`" (without quotes and `34` may differ depending on the python version installed. It could be 35, 37 ...)
63
-
> 8. Click "OK" twice to save and move out from path windows
51
+
1.[Right click on My Computer]
52
+
2. Select "Properties"
53
+
3. Open "System Properties"
54
+
4. Click "Advanced" tab
55
+
5. Click "Environment Variables" button
56
+
6. Look for "**_PATH_**" in "System Variables" section and click on it and press "Edit" button
57
+
7. To the end of "Variable value" text box, append "`C:\Python34\;C:\Python34\Scripts\;`" (without quotes and `34` may differ depending on the python version installed. It could be 35, 37 ...)
58
+
8. Click "OK" twice to save and move out from path windows
64
59
65
60
**Step 2**: Open up command prompt and execute the following commands to install the required dependencies.
0 commit comments