File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
2629support 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
You can’t perform that action at this time.
0 commit comments