File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Parallel to the sunsetting of Python 2 many open source packages are also droppi
5050### pip install
5151You can install the latest version of the ` pybilt ` package using ` pip ` sourced from the GitHub repo:
5252```
53- pip install -e git+https://github.com/LoLab-VU/PyBILT#egg=pybilt
53+ pip install -e git+https://github.com/LoLab-VU/PyBILT@v0.2.0 #egg=pybilt
5454```
5555However, this will not automatically install the core dependencies. You will have to do that separately:
5656```
Original file line number Diff line number Diff line change 11from distutils .core import setup
22
33setup (name = 'pybilt' ,
4- version = '0.1 .0' ,
4+ version = '0.2 .0' ,
55 description = 'Lipid bilayer analysis toolkit.' ,
66 author = 'Blake A. Wilson' ,
77 author_email = 'blake.a.wilson@vanderbilt.edu' ,
1010 'pybilt.com_trajectory' , 'pybilt.diffusion' ,
1111 'pybilt.lipid_grid' , 'pybilt.mda_tools' ,
1212 'pybilt.plot_generation' ],
13+ license = 'MIT' ,
14+ keywords = ['lipid bilayer' , 'molecular dynamics' , 'analysis' ]
1315 )
You can’t perform that action at this time.
0 commit comments