Skip to content

Commit 082c902

Browse files
readme verbiage change
1 parent 30cbff8 commit 082c902

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ To install the package for development and testing:
2222
pip install -e .[docs,test]
2323
```
2424
OR
25-
To install the package utilizing any database functionality (needed for automation or QC checks) [Additional instructions below](#installation-with-rtb-database-access)
26-
```buildoutcfg
27-
pip install -e .[rtbdb]
28-
```
25+
To install the package utilizing any database functionality (needed for automation or QC checks) please follow the [Additional instructions below](#installation-with-rtb-database-access)
2926

3027
This will also install all of the dependencies.
3128

@@ -39,9 +36,6 @@ Users must create a config.yml living at:
3936
Use example_config.yml in the same directory as a template.
4037

4138

42-
43-
44-
4539
## Installation with RTB database access
4640

4741
To install with the RTB database on most platforms, the main additional step is to install the SQL driver packages with anaconda. This is the easiest way to ensure the correct SQL drivers are installed regardless of operating system. The one exception are Macs with M1 processors. For these installations, please see [macOS M1 installation](#notes-on-macos-machine-with-an-m1-chip-to-be-tested).

0 commit comments

Comments
 (0)