Skip to content

Commit 6c0cc7d

Browse files
committed
Update installation info
1 parent 39fd638 commit 6c0cc7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212

1313
### Installation
1414

15-
**_⚠️WARNING⚠️ PyCallisto is still under development, and breaking changes should be expected._**
15+
**_⚠️WARNING⚠️ PyCallisto is still under development! Improvements and breaking changes should be expected in upcoming releases!_**
1616

17-
PyCallisto is not available on [PyPi](https://pypi.org/) yet but, if you have Git installed, you can get it with:
17+
PyCallisto is not available on [PyPi](https://pypi.org/) yet but, you can download a development release at https://github.com/andrekorol/pycallisto/releases.
1818

19-
`git clone https://github.com/andrekorol/pycallisto.git`
19+
Otherwise, if you have Git installed and want to test the current unreleased version of PyCallisto, you can get the master branch with:
2020

21-
Otherwise, download it from https://github.com/andrekorol/pycallisto/archive/master.zip and unzip the master branch.
21+
`git clone https://github.com/andrekorol/pycallisto.git`
2222

23-
Once inside the package top directory, run `python setup.py install` as usual.
23+
Once inside the package top directory, run `python setup.py install` **OR** `pip install .`.
2424

2525
### Usage
2626

0 commit comments

Comments
 (0)