From 39c10b134d05f07214f0efbaafa1d67131fb3260 Mon Sep 17 00:00:00 2001 From: Sean Krueger Date: Thu, 30 May 2024 16:43:01 -0500 Subject: [PATCH] Update README to reflect the updated nix flake 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71d1230cf..fcb6527b6 100644 --- a/README.md +++ b/README.md @@ -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)