Skip to content

Commit ce167b4

Browse files
Fernando NogueiraFernando Nogueira
authored andcommitted
updates installation guide and adds author email to setup
1 parent bd45e7f commit ce167b4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Pure Python implementation of bayesian global optimization with gaussian
44
processes.
55

6-
pip install git+https://github.com/fmfn/BayesianOptimization.git
6+
pip install bayesian-optimization
77

88
This is a constrained global optimization package built upon bayesian inference
99
and gaussian process, that attempts to find the maximum value of an unknown
@@ -49,8 +49,11 @@ Installation
4949

5050
### Installation
5151

52-
BayesianOptimization is not currently available on the PyPi's reporitories,
53-
however you can install it via `pip`:
52+
For the latest release, run:
53+
54+
pip install bayesian-optimization
55+
56+
The bleeding edge version can be installed with:
5457

5558
pip install git+https://github.com/fmfn/BayesianOptimization.git
5659

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
url='https://github.com/fmfn/BayesianOptimization',
77
packages=find_packages(),
88
author='Fernando Nogueira',
9+
author_email="[email protected]",
910
description='Bayesian Optimization package',
1011
download_url = 'https://github.com/fmfn/BayesianOptimization/tarball/0.4',
1112
install_requires=[

0 commit comments

Comments
 (0)