Skip to content

Commit

Permalink
doc and documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Apr 6, 2020
1 parent 53f6cd5 commit 837b1f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions LINUX_TIMELORD.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ If you want to run a timelord on Linux, you must install the wheel from source (
```
. ./activate
pip install --force --no-binary chiavdf chiavdf==0.12.1
# or
sh install-timelord.sh
```

Expand Down
4 changes: 2 additions & 2 deletions install-timelord.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
echo "This requires the chia python virtual environment."
echo "Execute '. ./activate' if you have not already, before running."

THE_PATH=`python -c 'import pkg_resources; print( pkg_resources.get_distribution("chiavdf").location)' 2> /dev/null`/vdf_client
CHIAVDF_VERSION=`python -c 'from setup import dependencies; t = [_ for _ in dependencies if _.startswith("chiavdf")][0]; print(t)'`
Expand All @@ -7,8 +9,6 @@ if [ `uname` = "Linux" ] && type apt-get;
echo "Found Ubuntu/Debian"
fi

echo "This script assumes it is run from the chia venv - '. ./activate' before running."

if [ -e $THE_PATH ]
then
echo $THE_PATH
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ then
INSTALL_PYTHON_VERSION=`find_python`
fi


# Manage npm and other install requirements on an OS specific basis
if [ `uname` = "Linux" ]; then
#LINUX=1
if type apt-get; then
Expand Down

0 comments on commit 837b1f4

Please sign in to comment.