You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Clone the application from GitHub - git clone https://github.com/LeagueOfPoro/CapsuleFarmerEvolved.git
Move to the directory - cd CapsuleFarmerEvolved
Install the Python virtual environment - pipenv install python3
Edit the configuration as the configuration page describes
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.
The text was updated successfully, but these errors were encountered:
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
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py
,then export the pip to PATH
)pip install pipenv
), If you are in chinese Mainland Then Use (pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pipenv
)Running from the source code
git clone https://github.com/LeagueOfPoro/CapsuleFarmerEvolved.git
cd CapsuleFarmerEvolved
pipenv install python3
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
, runpipenv install python3
to update dependencies.My request is not related to the application it self
The text was updated successfully, but these errors were encountered: