Skip to content

secnam/photonic

 
 

Repository files navigation

Photonic Framework

Build Status Documentation Status

Quick Links

Installation

Tachyonic currently fully supports CPython [ '3.5', '3.6' ].

Source Code

Photonic infrastructure and code is hosted on GitHub. Making the code easy to browse, download, fork, etc. Pull requests are always welcome!

Clone the project like this:

$ git clone https://github.com/TachyonicProject/photonic.git

Once you have cloned the repo or downloaded a tarball from GitHub, you can install Tachyon like this:

$ cd photonic
$ pip install .

Or, if you want to edit the code, first fork the main repo, clone the fork to your desktop, and then run the following to install it using symbolic linking, so that when you change your code, the changes will be automagically available to your app without having to reinstall the package:

$ cd photonic
$ pip install -e .

You can manually test changes to the photonic by switching to the directory of the cloned repo:

$ pip install -r requirements-dev.txt
$ tox

About

Tachyonic UI Interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 68.4%
  • CSS 13.5%
  • Python 11.2%
  • HTML 6.9%