Skip to content

Commit

Permalink
Changed project structure to allow uv run gogadget for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanfox5 committed Nov 27, 2024
1 parent d725018 commit 13c1088
Show file tree
Hide file tree
Showing 38 changed files with 9 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<h1>
<div align="center">
<div align="center">
<a href="https://gogadget.jfox.io"><img src="https://gogadget.jfox.io/img/header_black.svg" alt="gogadget" /></a>
</div>
</div>

<div align="center">
<div align="center">
<a href="https://github.com/jonathanfox5/gogadget/releases"><img src="https://img.shields.io/github/v/tag/jonathanfox5/gogadget?label=download&color=blue" alt="Download" /></a>
<a href="https://gogadget.jfox.io"><img src="https://img.shields.io/badge/view-documentation-brightgreen" alt="Documentation" /></a>
<a href="https://pypi.org/project/gogadget/"><img src="https://img.shields.io/pypi/v/gogadget?color=%23BA55D3" alt="PyPI" /></a>
</div>
</h1>
</div>

## Overview

Expand Down
6 changes: 5 additions & 1 deletion install/run_from_source_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ uv sync
source .venv/bin/activate

# Run the tool
gogadget
uv run gogadget

# Alternatively
source .venv/bin/activate
gogadget
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 13c1088

Please sign in to comment.