Skip to content

Commit dc7caef

Browse files
committed
readme
1 parent 8a50171 commit dc7caef

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ To communicate with the Sciospec instrument over USB on Windows, you must instal
1616
> To restore the original behavior, you will need to uninstall the driver manually.
1717
> *(This rollback process has not been fully tested.)*
1818
19+
20+
### Linux/Unix Platforms
21+
22+
Clone the repository, then create and activate the Conda environment:
23+
24+
```bash
25+
conda create --file environment.yml
26+
conda activate sciopy
27+
pip install -e .
28+
```
29+
30+
- FTDI Driver installation: https://www.ftdichip.com/old2020/Drivers/D2XX.htm
31+
1932
#### Install `libusb` using Zadig
2033

2134
1. Download and install Zadig:
@@ -33,17 +46,6 @@ To communicate with the Sciospec instrument over USB on Windows, you must instal
3346

3447
---
3548

36-
### All Platforms
37-
38-
Clone the repository, then create and activate the Conda environment:
39-
40-
```bash
41-
conda create --file environment.yml
42-
conda activate sciopy
43-
pip install -e .
44-
```
45-
46-
- FTDI Driver installation: https://www.ftdichip.com/old2020/Drivers/D2XX.htm
4749

4850
## Contact
4951

0 commit comments

Comments
 (0)