Skip to content

Commit 191e1ce

Browse files
author
CHUN-HAO TO
committed
instruction changes
1 parent 544c6c8 commit 191e1ce

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/installation.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ Stable release
1111
To install linna, run this command in your terminal:
1212

1313
.. code-block:: console
14-
14+
$ pip install --no-deps linna
1515
$ pip install linna
1616
1717
This is the preferred method to install linna, as it will always install the most recent stable release.
18+
The two steps installation is to avoid the problem that pypi's package cannot depend on non-pypi packages.
1819

1920
If you don't have `pip`_ installed, this `Python installation guide`_ can guide
2021
you through the process.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
with open('HISTORY.rst') as history_file:
1111
history = history_file.read()
1212

13-
requirements = ["numpy", "torch>=1.10.1", "emcee>=3.0.2", "h5py", "pydoe2", "scikit-learn", "torch-lr-finder", "matplotlib", "zeus-mcmc", "numdifftools", "sample_generator"]
13+
requirements = ["numpy", "torch>=1.10.1", "emcee>=3.0.2", "h5py", "pydoe2", "scikit-learn", "torch-lr-finder", "matplotlib", "zeus-mcmc", "numdifftools", "sample_generator @ git+https://github.com/tmcclintock/Training_Sample_Generator.git#egg=sample_generator"]
1414

1515
test_requirements = ['pytest>=3', ]
1616

@@ -40,6 +40,6 @@
4040
test_suite='tests',
4141
tests_require=test_requirements,
4242
url='https://github.com/chto/linna',
43-
version='0.0.2',
43+
version='0.0.3',
4444
zip_safe=False,
4545
)

0 commit comments

Comments
 (0)