Skip to content

Commit 23a4c90

Browse files
SiegeLordExtensorflower-gardener
authored andcommitted
Move the Dependencies section earlier.
This makes the narrative flow more smoothly. PiperOrigin-RevId: 387887314
1 parent 0b71262 commit 23a4c90

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,20 @@ We strongly recommend running unit tests in an active
7979
extra bazel flags, so we created a wrapper script, which we suggest using. An
8080
example invocation (presumed to run from the root of the TFP repo:
8181

82+
#### Dependencies
83+
84+
To run the unit tests, you'll need several packages installed (again, we
85+
strongly recommend you work in a virtualenv). We include a script to do this for
86+
you, which also does some sanity checks on the environtment:
87+
88+
```shell
89+
./testing/install_test_dependencies.sh
90+
```
91+
92+
See the
93+
[header comments in that script](https://github.com/tensorflow/probability/blob/main/testing/install_test_dependencies.sh)
94+
for more details.
95+
8296
#### Helper scripts
8397

8498
```shell
@@ -112,20 +126,6 @@ tfp_test //tensorflow_probability/python/distributions:joint_distribution_corout
112126
tfp_lints tensorflow_probability/python/distributions/joint_distribution_coroutine.py
113127
```
114128

115-
#### Dependencies
116-
117-
To run the unit tests, you'll need several packages installed (again, we
118-
strongly recommend you work in a virtualenv). We include a script to do this for
119-
you, which also does some sanity checks on the environtment:
120-
121-
```shell
122-
./testing/install_test_dependencies.sh
123-
```
124-
125-
See the
126-
[header comments in that script](https://github.com/tensorflow/probability/blob/main/testing/install_test_dependencies.sh)
127-
for more details.
128-
129129
### Additional considerations
130130

131131
As of early 2020, tensorflow and tf-nightly include GPU support by default,

0 commit comments

Comments
 (0)