- This project requires Python 3 to run.
- Additionally ensure you have build_essential and python3-dev installed in order for Theano to run properly.
Clone the repository:
$ git clone https://github.com/tyrion/trl.git
$ cd trl
Make a virtualenv to install dependencies (Optional):
$ mkvirtualenv -p /usr/bin/python3 -a `pwd` trl
Install the requirements:
$ pip install -r requirements.txt
Install the project:
$ pip install -e .
Install the test dependencies:
$ pip install -e .[test]
Run the tests:
$ pytest