Skip to content

Commit 4473377

Browse files
authored
Update README.md
1 parent 4568460 commit 4473377

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ Builds upon the WrightTools Data object.
1919

2020
### Basic
2121

22-
`pip install git+https://github.com/wright-group/makeitwright.git`
22+
`pip install git+https://github.com/wright-group/make-it-wright.git`
23+
24+
If you use conda, consider making an environment for this package prior to installing:
25+
`conda create -n makeitwright pip`
2326

2427
### IonTOF
2528

2629
support for iontof data is optional; if you need to use iontof data, specify additional imports using:
2730

28-
`pip install git+https://github.com/wright-group/makeitwright.git[iontof]`
31+
`pip install git+https://github.com/wright-group/make-it-wright.git[iontof]`
2932

33+
Note that at the time of this writing, iontof must be used on python version <3.13.
3034

3135
## Examples
3236

0 commit comments

Comments
 (0)