mauricett commited on
Commit
aa2072f
·
verified ·
1 Parent(s): 4050552

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -5,14 +5,17 @@ tags:
5
  - stockfish
6
  pretty_name: Lichess Games With Stockfish Analysis
7
  ---
8
- # WIP
9
- The dataset will be released in the following few days.
10
-
11
  # Condensed Lichess Database
12
  This dataset is a condensed version of the Lichess database.
13
  It only includes games for which Stockfish evaluations were available, and it does not include game headers.
14
  The resulting files are much smaller and faster to parse.
15
 
 
 
 
 
 
 
16
  # Quick guide
17
  Hello there! Using this dataset should be straightforward, but let me give you a quick tour.
18
 
 
5
  - stockfish
6
  pretty_name: Lichess Games With Stockfish Analysis
7
  ---
 
 
 
8
  # Condensed Lichess Database
9
  This dataset is a condensed version of the Lichess database.
10
  It only includes games for which Stockfish evaluations were available, and it does not include game headers.
11
  The resulting files are much smaller and faster to parse.
12
 
13
+ # Requirements
14
+ The dataset is compressed with `zstandard` and requires the `python-chess` library.
15
+ ```
16
+ pip install zstandard python-chess
17
+ ```
18
+
19
  # Quick guide
20
  Hello there! Using this dataset should be straightforward, but let me give you a quick tour.
21