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

[Wiki]: Imporve Advanced-Installation-for-Macos.md #187

Open
1 task done
naughtyJun opened this issue Feb 28, 2023 · 1 comment
Open
1 task done

[Wiki]: Imporve Advanced-Installation-for-Macos.md #187

naughtyJun opened this issue Feb 28, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@naughtyJun
Copy link

naughtyJun commented Feb 28, 2023

What is your request?

Here is my improve Advanced-Installation-for-Macos.md, see below

You can also see this link naughtyJun@0773a7d

This guide is aimed at advanced users who want to install and run the CapsuleFarmerEvolved on Macos.
Please note that this guide is not complete and just test on apple Chip, so may not work for you computer.
For any issues that you may encounter, please open an issue on GitHub. If you are able to fix the issue yourself, please open a pull request instead!

Prerequisites

  • Python ≥ 3.10.1 (version 3.9 should work as well but is not officially supported)download
  • pip (curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py, then export the pip to PATH)
  • pipenv (pip install pipenv), If you are in chinese Mainland Then Use (pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pipenv)
  • git

Running from the source code

  1. Clone the application from GitHub - git clone https://github.com/LeagueOfPoro/CapsuleFarmerEvolved.git
  2. Move to the directory - cd CapsuleFarmerEvolved
  3. Install the Python virtual environment - pipenv install python3
  4. Edit the configuration as the configuration page describes
  5. Run the tool with pipenv run python3 ./src/main.py

Updating

Enter the directory where you cloned the application initially and run git pull to update the application.

If you receive Exception has occurred: ModuleNotFoundError, run pipenv install python3 to update dependencies.

My request is not related to the application it self

  • I acknowledge that this issue is not related to the application and is in fact a wiki request.
@naughtyJun naughtyJun added the documentation Improvements or additions to documentation label Feb 28, 2023
@ghost
Copy link

ghost commented Mar 6, 2023

I successfully ran it on my MacBook Air M2!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant