Skip to content

Commit

Permalink
docs: fix typo (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreyasaju authored Dec 7, 2020
1 parent 39ce77e commit e21a915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/mdbook/src/installation/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Installation


Sugaroid is built to be a multiplatform artificial intelligence. There are many ways of installing Sugaroid. the mode of installation depends on the tech stack and developer system. The common installation system has been described below. Sugaroid requires Python 3.6+ to work satisfactorily on a user system. Work on AppImages and pre-built Windows binaries are still under process, as the size of the binaries so built increases tremendously, upto (0.5 GB), which becomes quite difficult to maintain and test. All developers who are interested can submit Pull Requested to the code base.
Sugaroid is built to be a multiplatform artificial intelligence. There are many ways of installing Sugaroid. the mode of installation depends on the tech stack and developer system. The common installation system has been described below. Sugaroid requires Python 3.6+ to work satisfactorily on a user system. Work on AppImages and pre-built Windows binaries are still under process, as the size of the binaries so built increases tremendously, upto (0.5 GB), which becomes quite difficult to maintain and test. All developers who are interested can submit Pull Requests to the code base.

### Installing Python

Expand Down
2 changes: 1 addition & 1 deletion docs/mdbook/src/interfaces/interfaces-django.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Web Interface, built on Django, a popular production level web interface for Python. (https://djangorproject.org). Dynamic Web page interfaces were used to create an user friendly web page accessible to all users on a sponsored Azure server. Thanks to Microsoft for sponsoring a Azure server, you can now use Sugaroid on https://sugaroid.azurewebsites.net . You might face latency between messages, but it is only because, the Azure server is hosted on limited RAM (1024 MB). And Django uses more RAM than Flask.

However, it makes Sugaroid Accessible on the world wide web. :smile:
However, it makes Sugaroid Accessible on the world wide web. 😊

> **Django** (was) being used in creating Sugaroid web interface, which is however now being replaced by a Flask API backend, temporarily powered by a **Heroku** Server again. This was due to the excessive memory consumed by the Django Server. Django server was too ambitious for a relatively heavy memory using bot like Sugaroid, so Django was peacefully removed.
Expand Down

0 comments on commit e21a915

Please sign in to comment.