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
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,13 @@ Using conda, please run the following:
55
55
```
56
56
conda activate wfirefpipe
57
57
pip install .[rtbdb]
58
+
conda install freetds
58
59
```
59
60
60
61
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).
62
65
63
66
64
67
@@ -82,12 +85,6 @@ pip install .[rtbdb]
82
85
83
86
84
87
85
-
86
-
87
-
88
-
89
-
90
-
91
88
## Contributing
92
89
> [!WARNING]
93
90
> We are not currently accepting external Pull Requests. However, we plan to
0 commit comments