Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-gimelfarb committed Oct 30, 2024
1 parent 5b04d6c commit 1dc19c2
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,11 @@ This repository supports compilation of RDDL description files into Gurobi's mix

## Installation

The basic requirements are ``pyRDDLGym>=2.0`` and ``gurobipy>=10.0.1``. To run the basic example, you will also require ``rddlrepository>=2.0``. Everything can be installed (assuming Anaconda):
The basic requirements are ``pyRDDLGym>=2.0`` and ``gurobipy>=10.0.0``.
To run the basic example, you will also require ``rddlrepository>=2.0``. Everything except rddlrepository can be installed via pip:

```shell
# Create a new conda environment
conda create -n gurobiplan python=3.11
conda activate gurobiplan
conda install pip git

# Manually install pyRDDLGym and rddlrepository
pip install git+https://github.com/pyrddlgym-project/pyRDDLGym
pip install git+https://github.com/pyrddlgym-project/rddlrepository

# Install pyRDDLGym-gurobi
pip install git+https://github.com/pyrddlgym-project/pyRDDLGym-gurobi
pip install pyRDDLGym-gurobi
```

## Running the Basic Example
Expand Down

0 comments on commit 1dc19c2

Please sign in to comment.