You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Install the package either using pip or python setup tools
93
+
3. Install the package either using pip or python setup tools
85
94
86
95
```sh
87
96
$ python setup.py install
@@ -97,7 +106,7 @@ $ pip install .
97
106
98
107
## Usage
99
108
100
-
Once installed refer to the [documentation](https://reactonite.github.io/reactonite/) for the set of commands available with Reactonite cli or you can begin by typing `reactonite --help` which opens the help page for `reactonite` command line tool.
109
+
Once installed refer to the [documentation](https://reactonite.github.io/) for the set of commands available with Reactonite cli or you can begin by typing `reactonite --help` which opens the help page for `reactonite` command line tool.
101
110
102
111
```sh
103
112
$ reactonite --help
@@ -128,7 +137,7 @@ Contributions are what make the open source community such an amazing place to b
128
137
129
138
## License
130
139
131
-
License yet to be decided. See `LICENSE` for more information once complete.
140
+
MIT License. See `LICENSE` for more information once complete.
0 commit comments