tweska / JourneyBench

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JourneyBench

Setup

Install the required packages:

$ apt install python3.11 python3.11-venv
$ apt install protobuf-compiler

Initialize the Python virtual environment:

$ python3.11 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Before you can run any of the tools you must run the following commands (in the root directory of the project):

$ source env/bin/activate
$ export PYTHONPATH=$PWD

About

License:MIT License


Languages

Language:Python 68.7%Language:C++ 28.8%Language:Makefile 2.0%Language:Shell 0.3%Language:C 0.1%