Skip to content

Commit dec80ac

Browse files
change package name in readme
1 parent 183c6ea commit dec80ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ If experiencing any issues connecting to the server, please check out the [rtbdb
6868
### Notes on macOS machine with an M1 chip (to be tested)
6969
Begin by creating and entering a new conda environment:
7070
```
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
7373
```
7474

7575
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:
@@ -78,7 +78,7 @@ conda install pyodbc
7878
conda install -c http://www.stsci.edu/\~jhunk/conda freetds=1.3.6
7979
```
8080

81-
To install the `rdmt-reef` package with the RTB database, run:
81+
To install the `wfirefpipe` package with the RTB database, run:
8282
```
8383
pip install .[rtbdb]
8484
```

0 commit comments

Comments
 (0)