Skip to content

Commit

Permalink
Update README to reflect the updated nix flake
Browse files Browse the repository at this point in the history
When using the nix flake to launch a development environment, the setup
script for Linux/Mac is no longer needed to create the virtual
environment.
  • Loading branch information
seakrueger committed May 30, 2024
1 parent cb67b95 commit 39c10b1
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 @@ -202,8 +202,8 @@ _Learn more about setting up a virtual environment [here](https://docs.python.or

- Run the "TagStudio.sh" script, and the program should launch! (Make sure that the script is marked as executable if on Linux). Note that launching from the script from outside of a terminal will not launch a terminal window with any debug or crash information. If you wish to see this information, just launch the shell script directly from your terminal with `./TagStudio.sh`.

- **NixOS** (TagStudio.sh)
- Use the provided `flake.nix` file to create and enter a working environment by running `nix develop`. Then, run the `TagStudio.sh` script.
- **NixOS** (Nix Flake)
- Use the provided `flake.nix` file to create and enter a working environment by running `nix develop`. Run `python3 tagstudio/tag_studio.py` to launch the program.

- **Any** (No Scripts)

Expand Down

0 comments on commit 39c10b1

Please sign in to comment.