Skip to content

Commit 9e587ac

Browse files
committed
update to readme
1 parent 0adb703 commit 9e587ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ under the 3-Clause BSD license.
1616
It is currently maintained by the
1717
<a href="https://www.cs.rit.edu/~ago/nac_lab.html">Neural Adaptive Computing (NAC) laboratory</a>.
1818

19+
<!--
1920
**NOTE:** The documentation of this version is currently being built at the moment (the formal release will be coming shortly,
2021
so please check in and git pull/re-clone in the next few days for the full version to be fully ported/built).
22+
-->
2123

2224
## <b>Documentation</b>
2325

@@ -44,6 +46,8 @@ ngc-learn requires:
4446
3) Tensorflow 2.0.0, specifically, tensorflow-gpu>=2.0.0
4547
4) scikit-learn (>=0.24.2) if using ngclearn.density (needed for the examples/)
4648

49+
(Which you can have setup/installed by running `$ pip3 install -r requirements.txt`.)
50+
4751
Once you have ensured that the above dependencies have been installed, you can then
4852
run the setup script at the top of the <code>ngclearn</code> directory
4953
to have the <code>ngclearn</code> package install on your system using the
@@ -89,7 +93,7 @@ $ git clone https://github.com/ngc-learn/ngc-learn.git
8993
</pre>
9094

9195

92-
Version:<br>
96+
**Version:**<br>
9397
0.0.1 Alpha
9498

9599
Author:

0 commit comments

Comments
 (0)