Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

librewiki/Legacy-LibreEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

리브레 엔진

리브레 위키의 새로운 엔진이다.

이슈는 리브레 위키 이슈 트래커로 제출해 주세요.

안까먹게 적어두자 / Ubuntu 14.04 개발환경 갖추기

sudo apt-get install python3-setuptools

sudo apt-get install python3-pip

sudo pip3 install virtualenv

폴더 하나 생성해서 들어간뒤

virtualenv venv

. venv/bin/activate

새로운 패키지를 추가하려면

(env) ~$ pip install package

프로젝트를 클론해서 다시 구축할 때에는

(env) ~$ pip install -r requirements.txt

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages