Skip to content

Commit fcc311f

Browse files
DualityGaptensorflow-copybara
authored andcommitted
Update the install pages (both TF site and GitHub) to require a TF version of 1.15 or higher.
PiperOrigin-RevId: 268156703
1 parent bcb3634 commit fcc311f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,17 @@ to NSL.
3636

3737
## Getting started
3838

39-
Install the prebuilt pip package using
39+
You can install the prebuilt NSL pip package by running:
4040

4141
```bash
4242
pip install neural-structured-learning
4343
```
4444

45+
For more detailed instructions on how to install NSL as a package or to build it
46+
from source in various environments, please see the [installation guide](g3doc/install.md)
47+
48+
Note that NSL requires a TensorFlow version of 1.15 or higher.
49+
4550
## Contributing to NSL
4651

4752
Contributions are welcome and highly appreciated - there are several ways to

g3doc/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Learning (NSL) in TensorFlow:
1212
* If you have a unique machine configuration,
1313
[build NSL](#build-the-neural-structured-learning-pip-package) from source.
1414

15+
Note: NSL requires a TensorFlow version of 1.15 or higher.
16+
1517
## Install Neural Structured Learning using pip
1618

1719
#### 1. Install the Python development environment.
@@ -46,8 +48,6 @@ Note: To exit the virtual environment, run `deactivate`.
4648

4749
#### 3. Install TensorFlow
4850

49-
Neural Structured Learning requires TensorFlow 1.15 or higher.
50-
5151
CPU support:
5252

5353
<pre class="prettyprint lang-bsh">

0 commit comments

Comments
 (0)