Skip to content

Commit

Permalink
added installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarth committed Aug 17, 2023
1 parent 4921afb commit b4a08ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,17 @@ This is my research implementation of WaveFunctionCollapse in Python. It has two

For more general-purpose WFC information, the original reference repository remains the best resource: https://github.com/mxgmn/WaveFunctionCollapse

## Installing

```
git clone https://github.com/ikarth/wfc_2019f.git
cd wfc_2019f
conda create -n wfc2019 python=3.10
conda activate wfc2019
pip install -r requirements.txt
python wfc_run.py -s samples_reference.xml
```

## Running WFC

If you want direct control over running WFC, call `wfc_control.execute_wfc()`.
Expand Down

0 comments on commit b4a08ad

Please sign in to comment.