This is the first project during cursus period. I will record all my processes for doing this project.
The flowchar for processing
All the functions
Part1 (libc functions)
About 16 min
This is the first project during cursus period. I will record all my processes for doing this project.
If you want to use specified python version, you should specify it in tester.sh file. such as, I have no python command in my computer, only python3 in my computer, So I modified the python in tester.sh to python3.
The test tool use python to excute test code. And need git library for python.
if still cannot work, please install the packages based on requirements.txt.
# The plugin only avaliable on vim
# If you machine has no vim editor, you'd better install it firstly
apt update
sudo apt install vim
sudo apt install python3-pip
# upgrade pip and setuptools
sudo python3 -m pip install --upgrade pip setuptools
# install norminette
sudo python3 -m pip install norminette
# update norminette
python3 -m pip install --upgrade norminette
Here will note all the things will happen during cursus.