Skip to content

script to install dependencies - #21

Open
Vishwaak wants to merge 3 commits into
vineetjc:masterfrom
Vishwaak:master
Open

Vishwaak wants to merge 3 commits into
vineetjc:masterfrom
Vishwaak:master

Conversation

@Vishwaak

@Vishwaak Vishwaak commented Dec 3, 2018

Copy link
Copy Markdown

No description provided.

@vineetjc vineetjc left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need your opinion on making a separate executable file that installs dependencies vs this.

Comment thread src/__init__.py
dependencies = ['pygame'] # to add furture dependencies
subprocess.call([sys.executable, '-m', 'pip', 'install'] + dependencies)
import pygame
main()

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is main()? Please check if this is a NameError not just for me.

@vineetjc

vineetjc commented Dec 5, 2018

Copy link
Copy Markdown
Owner

About the background change: One of the 4 images that I've used, coinfallbg4.jpg (hole in the white wall) won't show the black 'Main Menu' text. It's your call on how to change this.

@vineetjc

vineetjc commented Dec 6, 2018

Copy link
Copy Markdown
Owner

@Vishwaak resolve conflicts please

@vineetjc vineetjc left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conflicts to be resolved @Vishwaak

@Vishwaak

Copy link
Copy Markdown
Author

Merge conflicts resolved.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants