Skip to content

Silicium-web is an ahead-of-time interpreted web-technologies framework in Python.

License

Notifications You must be signed in to change notification settings

SamimiesGames/silicium-web

Repository files navigation

Silicium

Silicium is an ahead-of-time interpreted all-language compiler in Python 3.

Quick Start

  1. Install Python3.7+
  2. Run git clone https://github.com/SamimiesGames/silicium.git
  3. Run pip install -e .

Linux

Debian based (Ubuntu, Kubuntu, KDE Neon):

sudo apt-get update && sudo apt-get upgrade && sudo apt-get install python3.7 python3-pip

RHEL Based (Redhat, Fedora, Cent-OS):

sudo dnf upgrade && sudo dnf install python37

Arch Based (Manjaro, Garuda, EndeavourOS):

For arch make sure you have the yay package manager installed. If you do not you can do so with this line in bash:

sudo pacman -S git && cd /opt && sudo git clone https://aur.archlinux.org/yay-git.git && sudo chown -R $(whoami):$(whoami) ./yay-git && cd yay-git && makepkg -si
sudo yay -Syu --devel --timeupdate && yay -S python37

Windows

For windows you can download python3.6 from this link

About

Silicium-web is an ahead-of-time interpreted web-technologies framework in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published