mirror of
https://github.com/sitn/sitn_python_lib.git
synced 2026-08-26 00:14:17 +00:00
Repository containing various python libs | Read-only mirror of https://github.com/sitn/sitn_python_lib — Canton de Neuchâtel. Issues & pull requests at the source.
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| photogrammetry | ||
| utilities | ||
| .gitignore | ||
| __init__.py | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
sitn_python_lib
Repository containing various python libs
Installation
Requirements:
- Python 2.7
- setuptools for Python
- virtual environment
Create a new folder and clone/fetch the lib and then run virtualenv:
cd your_folder
git clone https://github.com/sitn/sitn_python_lib.git
virtualenv .
Scripts\pip install -r requirements.txt