Commit f5b67d50 authored by Tom Niget's avatar Tom Niget

Update pyproject and readme again

parent 2fec56a8
...@@ -43,7 +43,7 @@ typon [-o/--output output] [-d/--debug] [-v/--verbose] input ...@@ -43,7 +43,7 @@ typon [-o/--output output] [-d/--debug] [-v/--verbose] input
Once generated, the C++ code file can be compiled using your compiler of choice: Once generated, the C++ code file can be compiled using your compiler of choice:
``` ```
$(CXX) -O3 $(typon --cpp-flags) input.cpp $(CXX) -O3 input.cpp $(typon --cpp-flags)
``` ```
Currently, you'll get the best support with G++ 13. Currently, you'll get the best support with G++ 13.
......
...@@ -5,6 +5,7 @@ requires = ["setuptools"] ...@@ -5,6 +5,7 @@ requires = ["setuptools"]
name = "typon" name = "typon"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"clang-format ~= 18.1.3",
"colorama ~= 0.4.6", "colorama ~= 0.4.6",
"colorful ~= 0.6.0a1", "colorful ~= 0.6.0a1",
"nanobind ~= 1.9.2", "nanobind ~= 1.9.2",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment