File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
4242pip 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
4752Contributions are welcome and highly appreciated - there are several ways to
Original file line number Diff line number Diff 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-
5151CPU support:
5252
5353<pre class =" prettyprint lang-bsh " >
You can’t perform that action at this time.
0 commit comments