Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Update setup.py #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update setup.py #128

wants to merge 1 commit into from

Conversation

R1Sh0315
Copy link

setup.py was not working .os.system was missing in code .
Before : chmod +x faitagram && chmod +x setup.py
after:os.system("chmod +x faitagram && chmod +x setup.py")

setup.py was not working .os.system was missing in code .
Before : chmod +x faitagram && chmod +x setup.py
after:os.system("chmod +x faitagram && chmod +x setup.py")
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant