ratsgo / ratsnlp

tools for Natural Language Processing
MIT License
78 stars 30 forks source link

local test #1

Open ratsgo opened 4 years ago

ratsgo commented 4 years ago

개요

로컬 테스트 방법 (까먹지 않기 위해 별도로 정리)

# pycharm에서 실행 (env : ratsnlp)
python setup.py sdist bdist_wheel
# 외부 iterms에서 실행
source ~/works/envs/test/bin/activate
cd ~/works/ratsnlp
pip uninstall ratsnlp
pip install .
# 이후 파이썬 콘솔에서 확인

로컬 테스트 통과 후 dist.sh 스크립트 실행해 배포