-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
pip freeze > requirements.txt appends all your Python project dependencies to a file called requirements.txt.
pip then allows you to install those dependencies with pip install -r requirements.txt.
I have an idea which seems interesting and handy to many developers and/or users.
ccms freeze > mods.txt.
This argument will scan your installed mods, and write them to a file.
The format of this file would be:
modname==0.17
modname2==2.3.3
You can then install all those mods with ccms install --file mods.txt
Metadata
Metadata
Assignees
Labels
No labels