Skip to content

Commit 30cbff8

Browse files
remove grit code
1 parent f2f7c14 commit 30cbff8

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -64,27 +64,6 @@ You will need to set some environmental variables and create some driver configu
6464
If experiencing any issues connecting to the server, please check out the [rtbdb troubleshooting](https://grit.stsci.edu/roman/rtb-database#connecting-to-the-server-and-troubleshooting).
6565

6666

67-
68-
### Notes on macOS machine with an M1 chip (to be tested)
69-
Begin by creating and entering a new conda environment:
70-
```
71-
conda create -n wfirefpipe python=3.12
72-
conda activate wfirefpipe
73-
```
74-
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:
76-
```
77-
conda install pyodbc
78-
conda install -c http://www.stsci.edu/\~jhunk/conda freetds=1.3.6
79-
```
80-
81-
To install the `wfirefpipe` package with the RTB database, run:
82-
```
83-
pip install .[rtbdb]
84-
```
85-
86-
87-
8867
## Contributing
8968
> [!WARNING]
9069
> We are not currently accepting external Pull Requests. However, we plan to

0 commit comments

Comments
 (0)