| HW7 | Convert stats.lua to python |
|---|
- Download Python3
-
Clone this repository.
-
Install the dependencies at using the requirements file at the root:
bash
$ cd CSC591_Group5_Lua2Py_7
$ pip install -r requirements.txt
bash
-
Get inside the directory:
$ cd CSC591_Group5_Lua2Py_7
-
Run all the tests:
$ python ./tests/test_engine.py -g all
-You will find a CONTRIBUTING.md in our repository which will provide all the potential contributors a short guide to how they can help build Lua2Py
- This file is for:
- Project Owners - Initiaters and maintainers of the file.
- Project contributors - People who think existing features can be simplified or new features can be added to improve the project.
- Users - Customers who want to clone the repository and use it create their own project.
- Please go through the CONTRIBUTING.md to know more!
- A code of conduct defines standards for how to engage in a community. It signals an inclusive environment that respects all contributions.
- It also outlines procedures for addressing problems between members of your project's community.
- Please go through the CODE_OF_CONDUCT.md to know more!
