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
Install requirements, using either of the two methods below.
32
+
33
+
**Method 1**
34
+
```
35
+
pip install -r requirements.txt
36
+
```
37
+
38
+
**Method 2**
39
+
40
+
Alternatively, you can run the following command. It runs *setup.py* and installs target-bigquery into the env like the user would. **-e** emulates how a user of the package would install requirements.
41
+
```
42
+
pip install -e .
43
+
```
44
+
**Additional development and testing requirements**
45
+
46
+
Install additional dependencies required for development and testing.
0 commit comments