Skip to content

Commit

Permalink
submodule clone description
Browse files Browse the repository at this point in the history
  • Loading branch information
ymahlau committed Jun 12, 2024
1 parent 48eb40a commit 374f068
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ The training framework of Albatross is a multiprocessing framework. An update pr

## Installation

#### Clone Repo and Submodule

This repository contains Git-submodules, which need to be initialized after cloning.
```
git clone https://github.com/ymahlau/albatross.git
cd albatross
git submodule init
git submodule update --init --recursive
```

#### Compile C++ Module
Firstly, it is necessary to compile the c++ modules as most algorithms and game dynamics are implemented in that language.
For this purpose, you need a g++ compiler on your system (for C++ version 11).
Expand Down

0 comments on commit 374f068

Please sign in to comment.