@@ -21,11 +21,20 @@ http://fossology.github.io/atarashi
2121
2222- Python >= v3.5
2323- pip >= 18.1
24+ - ` code_comments ` (See installation bellow)
2425
2526## Steps for Installation
2627
2728### Install
2829
30+ #### Install from PyPi
31+ - Install additional depencency code-comment
32+ - ` pip install code_comment@git+https://github.com/amanjain97/code_comment@master#egg=code_comment `
33+ - ` pip install atarashi `
34+
35+ #### Source install
36+ - Install additional dependency code-comment
37+ - ` pip install code_comment@git+https://github.com/amanjain97/code_comment@master#egg=code_comment `
2938- ` pip install . `
3039- It will download all dependencies required and trigger build as well.
3140- Build will generate 3 new files in your current directory
@@ -127,7 +136,7 @@ This program is distributed in the hope that it will be useful,
127136but WITHOUT ANY WARRANTY; without even the implied warranty of
128137MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
129138See the GNU General Public License for more details.
130-
139+
131140You should have received a copy of the GNU General Public License
132141along with this program; if not, write to the Free Software Foundation,
133142Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
@@ -187,6 +196,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
187196
188197This will generate file in ` docs/_build/html` . Go to: index.html
189198
190- You can change the theme of the documentation by changing ` html_theme` in config.py file in ` docs/` folder.
191- You can choose from {' alabaster' , ' classic' , ' sphinxdoc' , ' scrolls' , ' agogo' , ' traditional' , ' nature' , ' haiku' , ' pyramid' , ' bizstyle' }
192- [Reference](http://www.sphinx-doc.org/en/master/theming.html)
199+ You can change the theme of the documentation by changing ` html_theme` in config.py file in ` docs/` folder.
200+ You can choose from {' alabaster' , ' classic' , ' sphinxdoc' , ' scrolls' , ' agogo' , ' traditional' , ' nature' , ' haiku' , ' pyramid' , ' bizstyle' }
201+ [Reference](http://www.sphinx-doc.org/en/master/theming.html)
0 commit comments