diff --git a/README.md b/README.md index 83ea4826902aa283132708e23ab4c3f4c66c5182..c1b48dfb694067a5fc057fb28e8f6910cbb5e463 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,16 @@ Geomag algorithms includes tools to fetch, process, and output geomag data. [Documentation](./docs/README.md) -<a name="install"></a> Install ------- We recommend using [virtual environments][]. __Windows__: begin with the Windows dependencies in the -[Dependency install](readme_dependency_install.md#windows). +[Dependency install](readme_dependency_install.md#Windows). __Mac/Linux__: begin with required dependencies in the -[Dependency install](readme_dependency_install.md#mac). +[Dependency install](readme_dependency_install.md#Mac). 1. Install geomagio @@ -29,8 +28,6 @@ __Mac/Linux__: begin with required dependencies in the [virtual environments]: http://docs.python-guide.org/en/latest/dev/virtualenvs/ - -<a name="develop"></a> Developing ---------- @@ -53,7 +50,6 @@ Developing grunt -<a name="standards"></a> Coding Standards ---------------- diff --git a/readme_dependency_install.md b/readme_dependency_install.md index e755d92e198e6c2d2204393016adbebf274b98e0..14c31fa2ad96d2102f44559585bbb223f68685ca 100644 --- a/readme_dependency_install.md +++ b/readme_dependency_install.md @@ -1,6 +1,5 @@ Readme dependencies -<a name="windows"></a> ### Windows ### #### Install #### @@ -20,7 +19,7 @@ Readme dependencies If it isn't, update your PATH so that Conda's HOME is before any other versions of Python. -1. Head back over to the main [install](README.md#install) and complete the +1. Head back over to the main [install](README.md#Install) and complete the instructions there. #### Develop #### @@ -45,7 +44,6 @@ code for this project. [Anaconda]: http://continuum.io/downloads --- -<a name="mac"></a> ### Mac ### 1. Install `python` (2.7.X) @@ -77,13 +75,12 @@ code for this project. 1. Close and re-open your terminal so that your new PATH is loaded. Make sure to navigate back to your `geomag-algorithms` project directory. -1. Head back over to the main [install](README.md#install) and complete the +1. Head back over to the main [install](README.md#Install) and complete the instructions there. [Homebrew]: http://brew.sh/ --- -<a name="ssh"></a> ### Add an SSH Key to GitHub ### This only needs to be completed if you plan on developing and pushing new code