Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yamizi committed Aug 14, 2024
2 parents 99a1e71 + f304278 commit 140c195
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ TabularBench: Adversarial robustness benchmark for tabular data
Note: The `./tasks/run_benchmark.sh` script mounts the current directory to the `/workspace` directory in the Docker container.
This allows you to edit the code on your host machine and run the code in the Docker container without rebuilding.

### Using Pip

We recommend using Python 3.8.10.

1. Install the package from PyPI

```bash
pip install tabularbench
```

### With Pyenv and Poetry

1. Clone the repository
Expand Down

0 comments on commit 140c195

Please sign in to comment.