Commit d554b596 authored by Matthew Hausknecht's avatar Matthew Hausknecht

Updated Readme.

parent 73a5e192
...@@ -16,8 +16,10 @@ mkdir build && cd build ...@@ -16,8 +16,10 @@ mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release .. cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4 make -j4
make install make install
[Optional Python Install]: pip install [--user] .
``` ```
## Example Agents ## Example Agents
Example C++ and Python agents are provided in the `example` directory. Example C++ and Python agents are provided in the `example` directory.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment