Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-Windows install instructions? #89

Closed
drscotthawley opened this issue Jan 26, 2024 · 5 comments · Fixed by #125
Closed

Non-Windows install instructions? #89

drscotthawley opened this issue Jan 26, 2024 · 5 comments · Fixed by #125
Labels
enhancement New feature or request

Comments

@drscotthawley
Copy link

drscotthawley commented Jan 26, 2024

Describe the feature you'd like

I was looking forward to trying this until I got to the part in the README that says:

Run Install.bat from Windows Explorer as a regular, non-administrator user.

Request: Would love to see installation instructions for non-Windows users.

Reason: I'm on a Mac. I also have access to a Linux machine. No Windows.

@jhj0517
Copy link
Owner

jhj0517 commented Jan 26, 2024

Hi @drscotthawley, Thanks for raising the issue.
In case if you are using Mac, you can use shell script like install.sh.
You can run install.sh and then run start-webui.sh to run the WebUI after installation.
I should have added this to the ReadME, so I've added it now.

But I'm not sure if the shell script would work because I haven't tested it on the Mac.

If you encounter any problem during the process, please let me know.

@jhj0517 jhj0517 added the enhancement New feature or request label Jan 26, 2024
@kwongiho
Copy link

Hello. I'm currently using a Mac. Looking at the Git commit history, it seems that the shell script was deleted yesterday. Do you have any plans to restore it in the future?

@jhj0517
Copy link
Owner

jhj0517 commented Mar 31, 2024

Hi @kwongiho, the project has a Dockerfile but if you're unable to use Docker,
It would definitely be better to have shell script.
I removed the shell script because just it contained errors, and I don't have the environment to test them.

Any PR about it would be very appreciated.

For now, please install and run it manually by :

For installation :

python -m venv venv 
source venv/bin/activate
pip install -r requirements.txt

To run :

source venv/bin/activate
python app.py

@jhj0517
Copy link
Owner

jhj0517 commented Apr 1, 2024

Shell scripts are now added in #125, so this is closed.
Please feel free to reopen if you find any errors!

@Fanlen
Copy link

Fanlen commented Jun 11, 2024

你好@drscotthawley,感谢您提出这个问题。 如果您使用的是 Mac,则可以使用类似 的 shell 脚本install.sh。 您可以在安装后运行install.sh然后运行start-webui.sh以运行 WebUI。 我应该将其添加到 ReadME 中,所以我现在添加了它。

但我不确定该 shell 脚本是否可行,因为我还没有在 Mac 上测试过。

如果您在此过程中遇到任何问题,请告诉我。

@jhj0517 可以使用,最好加入到安装说明下,还有很多macbook是python3 /
pip3 所以可以在安装说明下确定当前的macos环境python的相关环境

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants