python3-pip dep, copyright header

main
jebba 2022-01-15 01:43:52 -07:00
parent 1ad0732337
commit 078f106e42
7 changed files with 16 additions and 6 deletions

View File

@ -16,6 +16,10 @@ HOWTO install.
git clone https://spacecruft.org/spacecruft/kararrr
cd kararrr
# Install distro Python Pip, such as on Debian stable (Bullseye/11);
apt update
apt install python3-pip
# Install python deps as you like, such as:
pip3 install --user --upgrade -r requirements.txt
```

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
#Copyright (C) 2014 Chris Hinsley All Rights Reserved
# Copyright (C) 2014 Chris Hinsley All Rights Reserved
# Copyright (C) 2022 Jeff Moe
import math, mymath

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
#Copyright (C) 2014 Chris Hinsley All Rights Reserved
# Copyright (C) 2014 Chris Hinsley All Rights Reserved
# Copyright (C) 2022 Jeff Moe
import math, random, itertools

3
pcb.py
View File

@ -1,6 +1,7 @@
#!/usr/bin/python3 -tt
# -*- coding: utf-8 -*-
#Copyright (C) 2014 Chris Hinsley All Rights Reserved
# Copyright (C) 2014 Chris Hinsley All Rights Reserved
# Copyright (C) 2022 Jeff Moe
import sys, argparse, router
from copy import deepcopy

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
#Copyright (C) 2014 Chris Hinsley All Rights Reserved
# Copyright (C) 2014 Chris Hinsley All Rights Reserved
# Copyright (C) 2022 Jeff Moe
import sys, time
from array import array

View File

@ -1,6 +1,7 @@
#!/usr/bin/python3 -tt
# -*- coding: utf-8 -*-
#Copyright (C) 2014 Chris Hinsley All Rights Reserved
# Copyright (C) 2014 Chris Hinsley All Rights Reserved
# Copyright (C) 2022 Jeff Moe
import os, sys, argparse, select, tkinter, aggdraw
from ast import literal_eval

View File

@ -1,6 +1,7 @@
#!/usr/bin/python3 -tt
# -*- coding: utf-8 -*-
#Copyright (C) 2014 Chris Hinsley All Rights Reserved
# Copyright (C) 2014 Chris Hinsley All Rights Reserved
# Copyright (C) 2022 Jeff Moe
import os, sys, argparse, select
from ast import literal_eval