Skip to content

Commit 181c62b

Browse files
ayan4m1colinurbs
authored andcommitted
docs: clarify that you need python installed for automated/manual installers
1 parent 5e66b88 commit 181c62b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/get_started.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,13 @@ To update, simply run `docker compose up -d` again - if there is a new version i
5959

6060
### Automated (Windows only)
6161

62-
If you are on Windows, you can get up and running quickly by using the `install.bat` file in the FP-Studio directory. Running that will open an interactive prompt that will ask you a couple of questions and then set up all the dependencies for you.
62+
If you are on Windows, you can get up and running quickly by using the `install.bat` file in the FP-Studio directory. Note that you still need to install [Python 3.12](https://www.python.org/downloads/release/python-31210/), using the default installer options. Then, running `install.bat` will open an interactive prompt that will ask you a couple of questions and then set up all the dependencies for you.
6363

6464
If you used `install.bat` to set up your install, you should run `update.bat` after any FP-Studio version change.
6565

6666
### Manual
6767

68-
If you are familiar with Python development or cannot use the other methods, then you can install FP-Studio manually.
69-
70-
Run the following commands in a Bash shell (install [Git for Windows](https://gitforwindows.org/) to get Bash on Windows):
68+
If you are familiar with Python development or cannot use the other methods, then you can install FP-Studio manually. Ensure you have Python 3.10-3.12 installed and on your `$PATH` before you begin. Then Rrn the following commands in a Bash shell (install [Git for Windows](https://gitforwindows.org/) to get Bash on Windows):
7169

7270
```sh
7371
git clone https://github.com/colinurbs/FramePack-Studio.git

0 commit comments

Comments
 (0)