Update : Command for python 3 added#73
Update : Command for python 3 added#73Shivang-Bhandari wants to merge 3 commits intopythonindia:masterfrom
Conversation
|
@akshayaurora would be great if you could take a look. |
|
@Shivang-Bhandari please specify the python version you are using. |
|
@realslimshanky Python 3.6.0 |
|
@Shivang-Bhandari If you have tested it on 3.6.0 specifically do mention in the README about it. Because other versions might fail to run the script. |
|
@realslimshanky sure |
|
|
||
| For Python 3.6.0 : | ||
| ``` | ||
| python build.py & python -m http.server && fg |
There was a problem hiding this comment.
This should work for all versions > 3.3
Its better to mention that, 3.6 was released recently, but this should work with relatively newer python 3 versions
There was a problem hiding this comment.
@SanketDG in the above comments @realslimshanky said it was not working for him for version 3.5.2, it would be great if you could update me and I can make the necessary changes. :)
There was a problem hiding this comment.
Sorry for the late response, but the above code should work for any versions > 3.3 since there have been no breaking changes after that.
So you can go ahead and change that
There was a problem hiding this comment.
Would be great if you could merge it
:)
|
@SanketDG would you like to have another look after the update? |
|
@realslimshanky LGTM |
Updated the command to run the project locally using Python 3