https://github.com/vulcan-dev/lua-helpers
https://github.com/vulcan-dev/lua-helpers
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vulcan-dev/lua-helpers
- Owner: vulcan-dev
- Created: 2023-01-31T22:30:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T23:06:07.000Z (over 2 years ago)
- Last Synced: 2025-01-10T21:32:36.229Z (6 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lua-helpers
This little project is made for people who just want to download a Lua version and get on with their day.Note: This is still a WIP, far from done. Just chose Python to come up with a rough example.
## Requirements
`python <= 3.12` (3.12 will deprecate distutils, I'm on version 3.9.7)
`distutils` for the **ccompiler**
```bash
pip install -r requirements.txt
```## Usage
`python .\main.py --download --lua [--force]`-----------------------------
`--force [if the lua version already exists, it will replace it]`
`--lua -l [tells it to download Lua]`