Skip to content

script to install dependencies#21

Open
Vishwaak wants to merge 3 commits intovineetjc:masterfrom
Vishwaak:master
Open

script to install dependencies#21
Vishwaak wants to merge 3 commits intovineetjc:masterfrom
Vishwaak:master

Conversation

@Vishwaak
Copy link

@Vishwaak Vishwaak commented Dec 3, 2018

No description provided.

Copy link
Owner

@vineetjc vineetjc left a comment

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.

dependencies = ['pygame'] # to add furture dependencies
subprocess.call([sys.executable, '-m', 'pip', 'install'] + dependencies)
import pygame
main()
Copy link
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
Copy link
Owner

vineetjc commented Dec 5, 2018

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

vineetjc commented Dec 6, 2018

@Vishwaak resolve conflicts please

Copy link
Owner

@vineetjc vineetjc left a comment

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