Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8404e4e

Browse files
authored
Update README.md
1 parent a584b6a commit 8404e4e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ $ pip install numpy
4040
<b>
4141

4242
# How to Use
43+
44+
You can use two methods for installation:
45+
46+
**1. From here (recommended as this will update faster)**
47+
4348
First download the git repository. You can do this by clicking the download button or using the git command:
4449
```BASH
4550
$ git pull https://github.com/tsyet12/Duelist-Algorithm-Python
@@ -64,6 +69,22 @@ Move to examples and run the examples
6469
$ cd examples
6570
```
6671

72+
**1. From pip **
73+
You can try installing this package from pip.
74+
75+
Linux:
76+
77+
```BASH
78+
$ pip install DuelistAlgorithmPython
79+
```
80+
81+
Windows:
82+
83+
```BASH
84+
$ python -m pip install DuelistAlgorithmPython
85+
```
86+
87+
6788
# Short Tutorial
6889

6990
**There are four simple steps to run an optimization problem using Duelist Algorithm**

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /