Skip to content

Commit 98f75f6

Browse files
Update README.md
Signed-off-by: LinuxUsersLinuxMint <[email protected]>
1 parent 25d48e8 commit 98f75f6

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,35 @@ English:
1515
* Thanks to predefined mathematical functions, you will write both fewer lines and understandable code.
1616
* It is always up to date, so new features are constantly added and if there are bugs, they are solved.
1717
* Always use the latest version of the “Basic_Maths” library for the best user experience.
18+
19+
# How to use?
20+
21+
Türkçe:
22+
23+
Basic_Maths kütüphanesini projenize dahil etmek için öncelikle dikkat etmeniz gerekenler:
24+
* Basic_Maths kütüphanesini indirin ve çıkarma işlemini gerçekleştiriniz.
25+
* Ardından Basic_Maths klasörünü projenize taşıyınız.
26+
27+
Projeye dahil etme:
28+
29+
```Python
30+
#!/usr/bin/python3
31+
32+
from Basic_Maths.Basic_Maths import *
33+
```
34+
işte Basic_Maths kütüphanesini projenize dahil etmek bu kadar kolay.
35+
36+
English:
37+
38+
To include the Basic_Maths library in your project, first things first:
39+
* Download the Basic_Maths library and extract it.
40+
* Then move the Basic_Maths folder to your project.
41+
42+
Inclusion in the project:
43+
44+
```Python
45+
#!/usr/bin/python3
46+
47+
from Basic_Maths.Basic_Maths import *
48+
```
49+
That's how easy it is to include the Basic_Maths library in your project.

0 commit comments

Comments
 (0)