KnightChaser / LiveCLICryptoPanel

Simple CLI-Based live update cryptocurrency panel, written as Python.
0 stars 0 forks source link

[LiveCryptoPanel_upbitAPI] Making a requirements.txt and development in the virtualenv #16

Closed KnightChaser closed 3 years ago

KnightChaser commented 3 years ago

So far, we have not created a project in a virtual environment, but now we have to work in a virtual environment to run the project independently and create requirements.txt and distribute it to users! 지금까지는 프로젝트를 가상환경에서 만들지 않았는데, 이제 프로젝트를 독립적으로 진행하고 requirements.txt를 만들어 사용자들에게 배포하기 위해서라도 가상 환경에서 반드시 작업해야 한다!

First of all, it is better to move what you have worked on from the virtual environment first. 우선 기존에 작업한 것을 가상환경으로부터 옮기는 것을 먼저 하는 것이 좋겠다.

Additional development is second. 추가 개발은 그 다음.

KnightChaser commented 3 years ago

We have successfully performed the work on the UPBIT Crypto CLI Panel project, which is currently being promoted properly, and have also created and uploaded the requirments.txt. 현재 제대로 추진하고 있는 UPBIT Crypto CLI Panel 프로젝트에 대해 해당 작업을 성공적으로 수행했고, requirments.txt도 만들어서 업로드했다.

Accomplished! 해결 완료!