View boneGenV3.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class xxRel(RelSkel): | |
name =stringBone(descr="FFFFFFFFFF", required = True) | |
nameMult = stringBone(descr="gggg", multiple = True, required = True) | |
spac = spatialBone(descr="GPS POINT",indexed=False, boundsLat=(30.0, 70.0), boundsLng=(-20.0, 50.0), gridDimensions=(1000.0, 1000.0)) | |
class exampleSkel(Skeleton): | |
def __new__(cls, *args, **kwargs): | |
bones = [ baseBone, booleanBone, colorBone, credentialBone,numericBone, | |
dateBone, emailBone, fileBone, passwordBone, |
View Manjaro 21.1.6 ViUR - Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----------------------------------------------------------------------------------------------------------------- | |
Preconfig | |
----------------------------------------------------------------------------------------------------------------- | |
sudo pacman -Syu | |
sudo pacman -S base-devel | |
sudo pacman -S git | |
sudo pacman -S yay | |
----------------------------------------------------------------------------------------------------------------- |
View Mac os Monterey ViUR - Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----------------------------------------------------------------------------------------------------------------- | |
Python 3 | |
----------------------------------------------------------------------------------------------------------------- | |
open a Terminal and call python3. Follow the install instruction | |
----------------------------------------------------------------------------------------------------------------- | |
brew | |
----------------------------------------------------------------------------------------------------------------- | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" |
View Ubuntu2004 Setup.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We use ZSH. If you not use ZSH replace all .zshrc with .bashrc | |
----------------------------------------------------------------------------------------------------------------- | |
Python 3 | |
----------------------------------------------------------------------------------------------------------------- | |
cd ~ | |
sudo apt-get install python3-pip | |
----------------------------------------------------------------------------------------------------------------- | |
pipenv |