Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bash Script #10

Open
3 tasks
Vishwaak opened this issue Oct 12, 2020 · 6 comments
Open
3 tasks

Bash Script #10

Vishwaak opened this issue Oct 12, 2020 · 6 comments

Comments

@Vishwaak
Copy link
Contributor

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.

  • tkinter:
  • python-dev
  • portaudio19-dev

Aditional Task:

  • Automate the process of installing required packages from requirements.txt

Device and OS version

  • Linux
  • MacOS
@aolaria
Copy link

aolaria commented Oct 12, 2020

Hi, could you please assign this one to me?

@Alireza-Sampour
Copy link

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

@Vishwaak
Copy link
Contributor Author

@aolaria Any progress on this issue?

@aolaria aolaria removed their assignment Oct 26, 2020
@ThirumlaDevi
Copy link

@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
Copy link
Contributor Author

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
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants