Skip to content
Snippets Groups Projects
Commit d62e9ca0 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

[doc] make README more explicit about using RedBaron

parent e2f65f9e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,9 +21,9 @@ fst = parse(source_code_string)
source_code_string == dumps(fst)
```
 
There is a good chance that you'll want to use
Except if you want to do low level things, **use
[RedBaron](https://github.com/Psycojoker/redbaron) instead of using Baron
directly. Think of Baron as the "bytecode of python source code" and RedBaron
directly**. Think of Baron as the "bytecode of python source code" and RedBaron
as some sort of usable layer on top of it.
 
If you don't know what Baron is or don't understand yet why it might be
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment