Skip to content

Commit 8ff3d2e

Browse files
Update installation guide: clarify SQLite3 usage and improve formatting
1 parent 4345de7 commit 8ff3d2e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/site/installation.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## CRM Software installation
1+
## installation of CRM Software
22

3-
To deploy the customer CRM software, you will need: [<img src="../icons/python-logo.svg" alt="python logo" width="30" height="30"> Python](https://www.python.org/){target="_blank"} 3.10+ and database.
3+
To deploy the customer CRM software, you will need
4+
[<img src="../icons/python-logo.svg" alt="python logo" width="30" height="30"> Python](https://www.python.org/){target="_blank"} 3.10+.
5+
For initial familiarization with the CRM, you can use the built-in SQLite3 database (default settings),
6+
but it is not suitable for regular use.
47
This [Python CRM software](https://github.com/DjangoCRM/django-crm/){target="_blank"} is developed taking into account compatibility with databases:
58

69
- [<img src="../icons/mysql_logo.svg" alt="mysql logo" width="30" height="30"> MySQL](https://www.mysql.com/){target="_blank"} 8.0.11+
@@ -32,7 +35,7 @@ The project will be cloned into the "django-crm" folder.
3235

3336
### Free CRM software download
3437

35-
You can simply download the CRM software as a zip file and then unzip it to a directory of your choice.
38+
You can download the CRM software as a zip file and then unzip it to a directory of your choice.
3639

3740
<a class="btn button" href="https://github.com/DjangoCRM/django-crm/archive/refs/heads/main.zip" style="margin-left: 20%">Download CRM Software</a>
3841

@@ -41,7 +44,7 @@ You can simply download the CRM software as a zip file and then unzip it to a di
4144
To run CRM software on your computer/server, you need to install certain dependencies.
4245
It is recommended to first create and activate a Python virtual environment:
4346

44-
| action | on Unix/macOS | on Windows |
47+
| Action | Unix/macOS | Windows |
4548
|----------|-------------------------------|---------------------------|
4649
| create | `python3 -m venv myvenv` | `py -m venv myvenv` |
4750
| activate | `source /myvenv/bin/activate` | `myvenv\Scripts\activate` |

0 commit comments

Comments
 (0)