Skip to content

Commit

Permalink
Adding pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Dec 4, 2018
1 parent c6d90df commit fb08d30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ env:

# List other runtime dependencies for the package that are available as
# pip packages here.
- PIP_DEPENDENCIES='specutils'
- PIP_DEPENDENCIES=''

# Conda packages for affiliated packages are hosted in channel
# "astropy" while builds for astropy LTS with recent numpy versions
Expand Down
2 changes: 0 additions & 2 deletions arcesetc/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ def test_reconstruct_order(order):
fits_path = os.path.join(path, os.pardir, 'data', 'HR3454.0016.wfrmcpc.fits')

b3v = readspec.read_fits_spectrum1d(fits_path)
#[Spectrum1D(s)
#for s in readspec.read_fits_spectrum1d(fits_path)]
header = fits.getheader(fits_path)

wave, flux, sp_type, exp_time = reconstruct_order('B3V',
Expand Down
6 changes: 5 additions & 1 deletion docs/arcesetc/installation.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Installing arcesetc
===================

You can install arcesetc from the source code by doing the following::
You can install ``arcesetc`` with pip::

pip install arcesetc

You can install ``arcesetc`` from the source code by doing the following::

git clone https://github.com/bmorris3/arcesetc.git
cd arcesetc
Expand Down

0 comments on commit fb08d30

Please sign in to comment.