Fireboltz / Psychic-CCTV

A video analysis tool built completely in python.
43 stars 12 forks source link

Bash Script #10

Open Vishwaak opened 3 years ago

Vishwaak commented 3 years ago

Summary

There are few more system packages that need to be installed for the complete compilation of the program. Here are the few packages which are needed to be installed.

Device and OS version

aolaria commented 3 years ago

Hi, could you please assign this one to me?

Alireza-Sampour commented 3 years ago

Hi @Vishwaak, I want to do it, assign this to me.

Vishwaak commented 3 years ago

@aolaria Any progress on this issue?

ThirumlaDevi commented 3 years ago

@Vishwaak Any reasons why the below packages are not added to the requirements.txt? Also if you want to add it to requirements.txt file, what version of the following packages will work with your project?

tkinter: python-dev portaudio19-dev

Vishwaak commented 3 years ago

There is no specific reason as such for not hard coding the version of the package. The latest version of the packages will do.

ThirumlaDevi commented 3 years ago

@Vishwaak I was looking into how this works here and I just wanted to confirm if you want to automate the following steps, as I was not able to find any steps for this in the README.

  1. create virtualenv virtualenv -p python3 myenv

  2. Activate the environment using: source myenv/bin/activate

  3. Now installing the requirements.txt file using: pip3 install -r requirements.txt