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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@ If experiencing any issues connecting to the server, please check out the [rtbdb
68
68
### Notes on macOS machine with an M1 chip (to be tested)
69
69
Begin by creating and entering a new conda environment:
70
70
```
71
-
conda create -n rdmt-reef python=3.10
72
-
conda activate rdmt-reef
71
+
conda create -n wfirefpipe python=3.12
72
+
conda activate wfirefpipe
73
73
```
74
74
75
75
Next we need to install the SQL drivers for `freetds` and `pyodbc`. A custom build of FreeTDS is necessary for the drivers to work with the M1 processor and `pyodbc` must be installed with anaconda before you install the main package:
0 commit comments