Skip to content

Commit

Permalink
updating install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rallen10 committed Dec 31, 2024
1 parent e100683 commit 824dc77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED] - XXXX.XX.XX

### Fixed

+ Instructions for installing from github to use `main` branch instead of `latest`

## [v0.11.0] - 2024.12.16

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ cp -r ~/Desktop/PhysicsRangeExtender/PhysicsRangeExtender/Distribution/GameData/
Light-weight installation with limited functionality
```bash
# pip install minimal kspdg package
pip install kspdg@git+https://github.com/mit-ll/spacegym-kspdg@latest
pip install kspdg@git+https://github.com/mit-ll/spacegym-kspdg@main

# KSPDG mission save files, follow instructions for pointing to your KSP game installation
kspdg-install-ksp-files
Expand All @@ -187,7 +187,7 @@ kspdg-install-ksp-files
Full installation with private-source environments that depend on Julia
```bash
# pip install full kspdg package
pip install kspdg@git+https://github.com/mit-ll/spacegym-kspdg@latest#egg=kspdg[full]
pip install kspdg@git+https://github.com/mit-ll/spacegym-kspdg@main#egg=kspdg[full]

# Copy KSPDG mission save files and evaluation configs to your KSP game installation
# follow instructions for pointing to your KSP game installation
Expand Down

0 comments on commit 824dc77

Please sign in to comment.