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
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ properties of both neural nets (learning) and symbolic logic (knowledge and reas
21
21
knowledge.
22
22
23
23
## Quickstart
24
+
You can install the LNN locally on your machine or inside a container.
25
+
### Install on Local Machine
24
26
To install the LNN:
25
27
26
28
1. Make sure that the python version you use in line with our [setup](https://github.com/IBM/LNN/blob/master/setup.py) file, using a fresh environment is always a good idea:
@@ -32,7 +34,22 @@ To install the LNN:
32
34
```commandline
33
35
pip install git+https://github.com/IBM/LNN
34
36
```
37
+
### Run in Container
38
+
Download or clone the repository using the command below:
39
+
```commandline
40
+
git clone https://github.com/IBM/LNN.git
41
+
```
42
+
43
+
and then run
44
+
```commandline
45
+
cd docker && docker-compose up
46
+
```
35
47
48
+
Then open the address below in your browser:
49
+
```
50
+
http://localhost:8888/
51
+
```
52
+
This should open the Jupyter Notebook UI with all environment ready to work with LNN.
0 commit comments