Skip to content

Commit

Permalink
Modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gyusang committed Oct 13, 2023
1 parent 5af5077 commit 1e0c8e4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# LuX-AI-Season-2

Lux AI Season 2 - NeurIPS Stage | Team Martian

## How to run the code

1. Install Python 3.10
1. Install pdm
1. Run the following commands

```bash
pdm venv create
eval $(pdm venv activate in-project)
pdm sync
```

1. Open [`tutorial.ipynb`](tutorial.ipynb) and start coding!

0 comments on commit 1e0c8e4

Please sign in to comment.