-
Notifications
You must be signed in to change notification settings - Fork 54
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
Would somebody please provide a detailed step by step process from download, install, to running on a macOS? #22
Comments
I've got it running on a mac; is there any sort of error after you run "sudo python3 main.py"? |
So my exact process. where am i messing up? |
Step by step done by your friend chatgpt, assuming you have the folder unzipped on your downloads folder: Sure, I'll guide you through the process. Here's what you need to do step by step: Open Terminal Navigate to Your Program's Directory: Use the cd command to navigate to the directory where you've unzipped your program. If it's in your Downloads folder, the command would look something like this: Copy code Set Up a Virtual Environment: You will create an isolated Python environment for this project. Run the following command: Copy code Activate the Virtual Environment: Once the virtual environment is created, you need to activate it using: Copy code Install Python Dependencies: Install the required Python packages listed in the requirements.txt file with: Copy code Connect Your iOS Device: Connect your iOS device to your Mac via USB and ensure it's in developer mode. Start the Project: Run the main script of the project with superuser privileges: Copy code Browse to the Web Interface: Once the main.py script is running, open a web browser and go to http://localhost:3000 to interact with the application. |
So far, i've downloaded the zip file.
Unzipped the file.
Moved the unzipped file to my desktop.
typed 'pip3 install -r requirements.txt' into my terminal.
typed 'sudo python3 main.py'.
and nothing.
Trying http://localhost:3000/ and it states it can't be reached.
Thank you again for all your help!
The text was updated successfully, but these errors were encountered: