From 63ffbb906d2a336175f5b18c4bb74e107e2ca4a6 Mon Sep 17 00:00:00 2001 From: Cian Hughes <79327459+Cian-H@users.noreply.github.com> Date: Fri, 11 Feb 2022 19:18:30 +0000 Subject: [PATCH] Update README.md Removed reference to nuitka compilation, as this is no longer true --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 7524772..4ee9f53 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,2 @@ # Melter Generates meltpool tomographs and layer maps from SLM printing pyrometry data - -########################################################################### - -Currently, this source code is compiled using nuitka. The "compile.sh" -script contains the command for correct compilation. Code is written in -Python 3.9+ and is dependant on the following packages (which must be -installed manually by the user if wishing to compile): - -- MTPy -- Kivy - -In addition to the python standard library and, obviously, the associated -dependancies of these packages.