Skip to content

Commit 183c6ea

Browse files
include freeTDS instructions
1 parent 442097a commit 183c6ea

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,13 @@ Using conda, please run the following:
5555
```
5656
conda activate wfirefpipe
5757
pip install .[rtbdb]
58+
conda install freetds
5859
```
5960

6061
The last step is creating some SQL configuration files.
61-
You will need to set some environmental variables and create some driver configuration files. Please follow the instructions in the "Configuring SQL drivers" section of the README.md file from the [RTB Database repository](https://grit.stsci.edu/roman/rtb-database).
62+
You will need to set some environmental variables and create some driver configuration files. Please follow the instructions in the "Configuring SQL drivers" section of the README.md file from the [RTB Database repository](https://grit.stsci.edu/roman/rtb-database#configuring-sql-drivers).
63+
64+
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).
6265

6366

6467

@@ -82,12 +85,6 @@ pip install .[rtbdb]
8285

8386

8487

85-
86-
87-
88-
89-
90-
9188
## Contributing
9289
> [!WARNING]
9390
> We are not currently accepting external Pull Requests. However, we plan to

0 commit comments

Comments
 (0)