> For the complete documentation index, see [llms.txt](https://fengs-organization-3.gitbook.io/diplomacy-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fengs-organization-3.gitbook.io/diplomacy-documentation/installation-and-deploying.md).

# Installation and Deploying

### `Game Engine`

> Recommended Python Version: 3.6-3.9

* `git clone`[`https://github.com/ALLAN-DIP/diplomacy.git`](https://github.com/ALLAN-DIP/diplomacy.git)
* `pip install -e .`
* `cd diplomacy && pip install -r requirements.txt`&#x20;

### Interface

* install npm
* `cd diplomacy/web`in the `/dipmacy` folder
* `npm install .`

> If you are using node v17 or later, you will need the following to avoid open ssl error:
>
> ```
> export NODE_OPTIONS=--openssl-legacy-provider
> ```
