Skip to content

Commit

Permalink
rearranged readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludicro committed Nov 26, 2024
1 parent a5f309b commit feb479b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ OR
1. Run the `app.py` file
2. Click the `Random Spell` button to generate a random glyph.

# Requirements

```bash
pip install -r requirements.txt
```

## Current Development
I have the app where conditions exist - however I think this might not be needed if this is restricted to just wizard spells which I am testing.

Expand Down Expand Up @@ -79,8 +85,4 @@ I did not create any of the algorithms used in the backend of this program. I ex
pip install -r requirements.txt
```
# Requirements
```bash
pip install -r requirements.txt
```

0 comments on commit feb479b

Please sign in to comment.