fixes
This commit is contained in:
parent
e931843579
commit
129db45535
4
Makefile
4
Makefile
@ -33,9 +33,9 @@ build-brainfuck:
|
||||
@ printf 'FIXME: %s\n' "translate zernit in brainfuck"
|
||||
@ exit 1
|
||||
|
||||
# FIXME: requires python3.6+ and pip3
|
||||
build-python:
|
||||
@ printf 'FIXME: %s\n' "translate zernit in python"
|
||||
@ exit 1
|
||||
@ pip3 install -r requirements.txt
|
||||
|
||||
## CLEAN ##
|
||||
|
||||
|
0
ping
0
ping
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
# Dependencies for python
|
||||
|
||||
termcolor==1.1.0
|
@ -1,6 +1,12 @@
|
||||
import sys
|
||||
from termcolor import cprint
|
||||
|
||||
"""
|
||||
FIXME-DOCS: Add documentation
|
||||
|
||||
Made for Python 3.6 ~ Python 3.8.1
|
||||
Requires pip for termcolor
|
||||
"""
|
||||
|
||||
def cli_arg():
|
||||
if len(sys.argv) == 1:
|
@ -1,8 +0,0 @@
|
||||
# Requirements
|
||||
* Python3.6 - python3.8.x
|
||||
* pip -> termcolor
|
||||
|
||||
# Run
|
||||
```bash
|
||||
$ python3.x -m pip install -r requirements.txt ; python3.x zernit.py
|
||||
```
|
@ -1,5 +0,0 @@
|
||||
requires: python3.6+
|
||||
requires: pip3
|
||||
|
||||
run:
|
||||
pip install -r requirements.txt
|
@ -1 +0,0 @@
|
||||
termcolor==1.1.0
|
Loading…
Reference in New Issue
Block a user