Skip to content

Setup Crocrodile

Virinas-code edited this page Jan 8, 2022 · 1 revision

Crocrodile

Setup guide

Requirements

Crocrodile is a Python project. You need Python to run it.

Linux

Use your favorite package manager to install python. Install Python 3 and not Python 2 ! Example for Debian :

# apt install python3

Step-by-step

  1. Download the source code using Git :
$ git clone https://github.com/Virinas-code/Crocrodile
  1. Install the requirements :
$ pip3 install -r requirements.txt

You are ready !

Crocrodile

A simple chess engine.

Pages

Clone this wiki locally