Commit graph

51 commits

Author SHA1 Message Date
Alex Grin 35ec4eec52
Update INSTALL.md 2021-07-19 14:20:15 -04:00
Alex Grin e47f737a2f
Update INSTALL.md 2021-07-19 14:15:21 -04:00
belikor 8ce61fbd52 INSTALL.md: break the big blocks of code, and remove the space
Remove the first space in the block of code as it is not necessary.

This
 ```
 $ python --version
 ```

Becomes this
```
$ python --version
```

Also break the big block of code into individual blocks.
2021-07-11 19:44:54 -05:00
belikor 90c24aade3 INSTALL.md: using Python 3.8 does not work, issue #2769
Because of issue #2769 at the moment the `lbrynet` daemon
will only work correctly with Python 3.7.

The `deadsnakes` personal package archive (PPA) provides
Python 3.7 for Ubuntu distributions that no longer have it
in their official repositories like 18.04 and 20.04.

If Python 3.8+ is used, the daemon will start but the RPC server
may not accept messages, returning the following:
```
Could not connect to daemon. Are you sure it's running?
```
2021-07-11 19:44:54 -05:00
belikor 6b3f787fee INSTALL.md: add more information on the virtual environments
Leave with `deactivate`.

Enter the environment again with
```
source lbry-venv/bin/activate
```

When developing, we can start the server interactively.
```
python lbry/extras/cli.py start
```

Parameters can be passed in the same way.
```
python lbry/extras/cli.py wallet balance
```

If a Python debugger (`pdb` or `ipdb`) is installed we can also start
it in this way, set up break points, and step through the code.
```
ipdb lbry/extras/cli.py
```
2021-07-11 19:44:25 -05:00
Victor Shyba 5101464e3b add integration tests command on install.md 2021-05-13 19:00:36 -03:00
Victor Shyba 3d71478d38 update install.md with ES instructions 2021-05-13 19:00:36 -03:00
Lex Berezhny c9f27b83e1 split integration tests into three jobs 2020-01-01 15:57:56 -05:00
OrginalS f5fed54195 Punctuation
Added missing punctuation and changed existing to more fitting one.
2019-10-07 10:58:13 -04:00
Lex Berezhny 88f2156aeb update install to new testing tools and directory structure 2019-06-25 13:49:54 -04:00
Alex Grin f459b6833a
Update INSTALL.md 2019-06-21 14:13:14 -04:00
Alex Grintsvayg d8d136f1d8 uniform spacing on docstring 2019-05-22 16:51:14 -04:00
hackrush c2c184b4ef Updated to include the environment variables needed in mac 2019-05-18 21:44:49 -04:00
Thomas Zarebczan 8dfee4867a Update python3 > python, add mac instructions 2019-04-06 17:10:32 -04:00
Thomas Zarebczan 6614ab8e79 updated with new venv command 2019-04-06 17:10:32 -04:00
Thomas Zarebczan d32c1dfbb3 update install for windowz
Didn't need to install any build tools
Also, venv commands are a bit different.
2019-04-06 17:10:32 -04:00
Oleg Silkin 458bddcb65 Removes Faker from Dependencies (#1687)
* Removes faker import and its usage
* Replaces data generated with faker with static data
* Drops faker as a dependency & removes extras require section
* Removes installation instruction for the test dependencies in setup.py
2018-12-11 20:19:58 -05:00
preserveddarnell aed00b53fd Update various typos & edits 2018-11-18 20:52:18 -05:00
czakarian 496ffe0096
Fix typos / grammar changes 2018-10-31 16:35:39 -07:00
Nikita Titov ea83827d57 Update macOS naming 2018-10-20 10:02:24 -04:00
Jack Robison a1368b05da txupnp --> aioupnp
-update INSTALL.md
2018-10-17 13:29:28 -04:00
Jack Robison 1a5b2c08ee
update INSTALL.md 2018-10-02 13:31:29 -04:00
Jack Robison 295f2c1115
update INSTALL.md and README.md 2018-10-01 19:42:23 -04:00
hackrush 14efa94382 Started to standardize the README.md file.
Closes #1252
2018-07-05 11:09:57 -04:00
Alex Grin 0cbe11b263
Update INSTALL.md 2018-03-21 08:25:24 -04:00
Alex Grin 6395ac4f59
close #1111 2018-02-27 14:12:15 -05:00
Alex Grin 7634d056a9
Update INSTALL.md 2018-02-27 14:10:49 -05:00
Jack Robison f918916160
remove gmpy and seccure dependencies 2018-02-01 12:39:00 -05:00
Alex Grintsvayg 803cd98fef add raspbian instructions 2017-06-01 14:23:59 -04:00
Alex Grin 7a798616d6 Update INSTALL.md 2017-04-05 18:34:25 -04:00
Kay Kurokawa f43b38a5ea update INSTALL.md to include protobuf dependencies for lbryschema 2017-04-04 20:27:12 -04:00
Jeremy Kauffman 61e78c1b69 pip install must be run with upgrade flag 2017-02-07 20:51:10 -05:00
Jeremy Kauffman 8805d1d0cf a joke I couldn't resist 2017-01-29 15:45:11 -05:00
Alex Grin 18a0b07181 Update INSTALL.md 2017-01-24 11:52:02 -05:00
Alex Grin 8fd7489d99 Update INSTALL.md 2017-01-24 11:51:12 -05:00
Jeremy Kauffman 5a467f55ba easier to read 2017-01-21 11:17:05 -05:00
Jeremy Kauffman 9a24bddead amend/clarify install instructions 2017-01-21 11:13:55 -05:00
Jeremy Kauffman 6bc3e8a3f4 fix typo in readme link 2017-01-20 12:27:19 -05:00
Jeremy Kauffman fd5b4f403a improvements to readme and install instructions (#396)
* improvements to readme and install instructions

* Update README.md

* Update INSTALL.md
2017-01-09 18:01:50 -05:00
Job Evers‐Meltzer c91034ee4c Update INSTALL.md
Change instructions to prefer to use pip for installation
2016-11-28 12:57:52 -06:00
Job Evers‐Meltzer 4b330d0e9f Update Installation instructions 2016-10-27 09:25:06 -05:00
Job Evers‐Meltzer d91e9aa910 Fix Instructions 2016-10-07 16:17:47 -04:00
Job Evers-Meltzer 2107ffdd18 encourage use of virtualenv 2016-09-22 10:19:28 -07:00
Jack Robison 8159c71950 update os x instructions 2016-08-26 22:13:04 -04:00
Harwinder 7ffb3ea042 Added git to linux install command
Some people dont have git installed so adding it to it solves confusion for people new to linux.
2016-07-14 18:41:23 +02:00
Jack Robison 8382075147 add divider line 2016-05-23 15:22:42 -04:00
Jack Robison b605630a9c update install instructions 2016-05-23 15:21:47 -04:00
Jimmy Kiselak 5bf895eefe update documentation to reflect using lbryum by default 2016-03-09 12:26:07 -05:00
David Amrhein 6c686520c4 Add instructions for setting up windows environment 2016-01-26 22:52:55 -05:00
Teran McKinney 7b9479eca9 Markdown cleanups 2015-12-05 21:28:29 +00:00