robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
142 stars 31 forks source link

Rewriting installation procedure #58

Closed jpodivin closed 1 year ago

jpodivin commented 1 year ago

Resolves: #57

Installation manual has been rewritten to reflect changes to the sofware. Python packages are now specified, together with version constraints and license information, in the requirements.txt file.

python_libs_install.py script has been simplified to invoke pip with '-r' argument.

README file was removed and contents combined with the README.md which covers the same topic.

Signed-off-by: Jiri Podivin jpodivin@gmail.com

jpodivin commented 1 year ago

Left in draft state until I'm sure it's completely fine.

robertobucher commented 1 year ago

No problem. I can wait and merge when you give the ok!

Bye

Roberto

On 10/16/22 18:10, Jiří Podivín wrote:

Left in draft state until I'm sure it's completely fine.

— Reply to this email directly, view it on GitHub https://github.com/robertobucher/pysimCoder/pull/58#issuecomment-1279999963, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7WD7XR4J4URUGT2Y62AUTWDQSI5ANCNFSM6AAAAAARGNAGAY. You are receiving this because you are subscribed to this thread.Web Bug from https://github.com/notifications/beacon/AB7WD7SENO2CBBVVHM55EODWDQSI5A5CNFSM6AAAAAARGNAGA2WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSMJM75W.gifMessage ID: @.***>< /span>

jpodivin commented 1 year ago

I believe it's ready now. I've been toying with idea of rewriting the makefile so it would install the script straight into user bin instead of alias, but it may be better to be conservative.

As a final adjustment I've changed the root login step to sudo. That should simplify the procedure further.

I've tested the change on Debian Bullseye, container and VM on host with AMD cpu and Jammy Ubuntu.