Skip to content

Commit

Permalink
[GLE Doc] complete the build and install details of learning engine (#…
Browse files Browse the repository at this point in the history
…2815)

Complete the build and install details of learning engine
  • Loading branch information
LiSu committed Jun 6, 2023
1 parent 7af9255 commit ba35996
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/learning_engine/dev_and_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ More options about `docker` command can be found [here](https://docs.docker.com/
You can build all targets for GraphScope Learning Engine with a single command.

```bash
make learning
./gs make learning
```

You could install it to a location by:

```bash
./gs make learning-install --install-prefix /opt/graphscope
```

## How to Test
Expand Down

0 comments on commit ba35996

Please sign in to comment.