We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1110099 commit 9c9f7c4Copy full SHA for 9c9f7c4
README.md
@@ -1,15 +1,15 @@
1
# **Vython**
2
3
-## Download
4
-Clone the repo from Github:
+## Download & Setup
+* Clone the repo from Github:
5
```
6
git clone https://github.com/cvython/Vython.git
7
8
-Enter Into Its Derectory
+* Enter Into Its Derectory
9
10
cd Vython
11
12
-You're All Set!
+* You're All Set!
13
14
15
## Running A Script
@@ -74,8 +74,6 @@ if a > 18 || a > 16
74
* Remainder ➡ '%'
75
## Todo
76
- [ ] Fix addition of ```int``` and ```float```
77
-- [ ] Release Mac Version
78
-- [ ] Release Linux Version
79
- [ ] Add ```while``` loops
80
- [ ] Implement Famous Python Modules(eg. Pandas, Numpy, etc)
81
- [ ] Make A Website
0 commit comments