Skip to content
Snippets Groups Projects
Commit dc491e87 authored by tuhe's avatar tuhe
Browse files

Added pyminifier to setup.py

parent 60aeb9d6
No related branches found
No related tags found
No related merge requests found
......@@ -23,13 +23,12 @@ pip install unitgrade-devel
```
This will install `unitgrade-devel` (this package) and all dependencies to get you started.
# Using unitgrade
The examples can be found in the `/examples` directory: https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/examples
### Videos
For videos see the `/videos` directory : https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/videos
# Instructions and examples of use
The examples can be found in the `/examples` directory: https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/examples
## A simple example
Unitgrade makes the following assumptions:
- Your code is in python
......
......@@ -23,13 +23,12 @@ pip install unitgrade-devel
```
This will install `unitgrade-devel` (this package) and all dependencies to get you started.
# Using unitgrade
The examples can be found in the `/examples` directory: https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/examples
### Videos
For videos see the `/videos` directory : https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/videos
# Instructions and examples of use
The examples can be found in the `/examples` directory: https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/tree/master/examples
## A simple example
Unitgrade makes the following assumptions:
- Your code is in python
......
......@@ -29,5 +29,6 @@ setuptools.setup(
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.8",
install_requires=['numpy', "unitgrade", "codesnipper", 'tabulate', 'tqdm', "pyfiglet", "colorama", "coverage", 'mosspy'],
install_requires=['numpy', "unitgrade", "codesnipper", 'tabulate', 'tqdm', "pyfiglet",
"colorama", "coverage", 'mosspy', 'pyminifier'],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment