Skip to content

Commit

Permalink
One more small edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Oct 7, 2024
1 parent e3cfdfe commit 3deb414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ implemented in PyTorch; then chances are FIBAD is the right tool for you!

## Getting Started
To get started with FIBAD, clone the repository and create a new virtual environment.
If you plan to develop code, run the optional ``.setup_dev.sh`` script.
If you plan to develop code, run the ``.setup_dev.sh`` script.

```
>> git clone https://github.com/lincc-frameworks/fibad.git
>> conda create -n fibad python=3.10
>> bash .setup_dev.sh (Optional)
>> bash .setup_dev.sh (Optional, for developers)
```

## Additional Information
Expand Down

0 comments on commit 3deb414

Please sign in to comment.