Skip to content

gregreen/lsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lsd -- Large Survey Database

Building

  • clone 'master' to a directory (I usually have it in ~/project)
  • run:
python ./setup.py build_ext --inplace

to build the required modules.

  • run:
export PYTHONPATH="$PYTHONPATH:$PWD/src"

to set up the environment.

  • after that, you should be able to run all lsd-* stuff directly from src/

Packages

No packages published

Languages

  • Python 96.2%
  • C++ 3.2%
  • Shell 0.6%